securityContext for containers is ignored if useStrictSecurity
is not defined.
#1184
Labels
bug
Something isn't working
useStrictSecurity
is not defined.
#1184
Currently, operator ignores
securityContext
for containers. But it addssecurityContext
to thepods
. Which caused by improper check foruseStrictSecurity
https://github.com/VictoriaMetrics/operator/blob/master/internal/controller/operator/factory/build/security.go#L44
Current workaround is to set
useStrictSecurity: true
.The text was updated successfully, but these errors were encountered: