Skip to content

Commit a854528

Browse files
shiradyNeon-White
authored andcommitted
change the ApplyCAsToPods to be ServiceServingCertCAFile (previous InjectedBundleCertCAFile in comment)
Signed-off-by: shirady <[email protected]> Signed-off-by: Ben <[email protected]>
1 parent 28f8f32 commit a854528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/system/reconciler.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,8 @@ func (r *Reconciler) Reconcile() (reconcile.Result, error) {
406406

407407
err = util.CombineCaBundle(util.ServiceServingCertCAFile)
408408
if err == nil {
409-
r.ApplyCAsToPods = util.InjectedBundleCertCAFile
409+
// r.ApplyCAsToPods = util.InjectedBundleCertCAFile
410+
r.ApplyCAsToPods = util.ServiceServingCertCAFile // back as it was
410411
} else if !os.IsNotExist(err) {
411412
log.Errorf("❌ NooBaa %q failed to add root CAs to system default", r.NooBaa.Name)
412413
res.RequeueAfter = 3 * time.Second

0 commit comments

Comments
 (0)