helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

[Influxdb] Support containerSecurityContext

Open PaulFarver opened this issue 1 year ago • 1 comments

Support securityContext on container level in influxdb helm chart.

It's necessary to split it into a separate key, since the pod level securityContext is not identical to the container level securityContext.

For example readOnlyRootFilesystem has to be specified on a container level

PaulFarver avatar Sep 04 '23 10:09 PaulFarver