We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43e5ddf + 83b2c5b commit 56899f2Copy full SHA for 56899f2
controllers/logjuicer.go
@@ -21,8 +21,6 @@ func (r *SFController) AddCorporateCA(spec *apiv1.PodSpec) string {
21
MountPath: "/certs",
22
})
23
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))
26
break
27
}
28
return string(corporateCM.ResourceVersion)
0 commit comments