feat(helm): improve restricted security context support #42124
attilaolah
started this conversation in
Ideas
Replies: 1 comment
-
|
Converted this to an Ideas thread since it's a feature request rather than a bug. You might want to see if the https://apache.github.io/superset-kubernetes-operator/ we're moving to in favor of helm addresses your need, and if not, file an issue there and/or ping @villebro here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please provide a way to apply restrictive security contexts consistently to all chart-managed pods and containers, including init jobs and built-in init containers.
Ideally, the chart could ship restricted-compatible defaults out of the box:
runAsNonRoot: trueallowPrivilegeEscalation: falsecapabilities.drop: ["ALL"]seccompProfile.type: RuntimeDefaultAt minimum, please add values that let users set default pod/container security contexts for every workload and every built-in init container without replacing upstream init container definitions. This would make the chart easier to run in namespaces enforcing Kubernetes
restrictedPod Security.Beta Was this translation helpful? Give feedback.
All reactions