Skip to content

Commit 56899f2

Browse files
Microzuul CIGerrit Code Review
authored andcommitted
Merge "cleanup: drop obsolete LOGJUICER_CA_BUNDLE env injection"
2 parents 43e5ddf + 83b2c5b commit 56899f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controllers/logjuicer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ func (r *SFController) AddCorporateCA(spec *apiv1.PodSpec) string {
2121
MountPath: "/certs",
2222
})
2323
spec.Containers[0].Env = append(spec.Containers[0].Env, base.MkEnvVar("LOGJUICER_CA_EXTRA", "/certs/"+fileName))
24-
// TODO: remove the next line after merging https://github.com/logjuicer/logjuicer/pull/144
25-
spec.Containers[0].Env = append(spec.Containers[0].Env, base.MkEnvVar("LOGJUICER_CA_BUNDLE", "/certs/"+fileName))
2624
break
2725
}
2826
return string(corporateCM.ResourceVersion)

0 commit comments

Comments
 (0)