Allow setting of container securityContext (#7533)
Currently this blocks deployments on clusters with global PodSecurityPolicies set Signed-off-by: Adam Graves <adam.graves85@gmail.com>
This commit is contained in:
parent
3c08f002f9
commit
6299c39842
3 changed files with 25 additions and 8 deletions
|
|
@ -771,6 +771,12 @@ defaultBackend:
|
|||
##
|
||||
podSecurityContext: {}
|
||||
|
||||
## Security Context policies for controller main container.
|
||||
## See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for
|
||||
## notes on enabling and using sysctls
|
||||
##
|
||||
containerSecurityContext: {}
|
||||
|
||||
# labels to add to the pod container metadata
|
||||
podLabels: {}
|
||||
# key: value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue