Update Values to support securityContext
Adding securityContext variables to the values file.
This commit is contained in:
parent
ce2849ccd7
commit
8b7f3ae920
|
|
@ -74,6 +74,10 @@ podAnnotations: {}
|
||||||
## Set pod priorityClassName
|
## Set pod priorityClassName
|
||||||
# priorityClassName: ""
|
# priorityClassName: ""
|
||||||
|
|
||||||
|
podSecurityContext: {}
|
||||||
|
|
||||||
|
securityContext: {}
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
# Specifies whether a ServiceAccount should be created
|
# Specifies whether a ServiceAccount should be created
|
||||||
create: true
|
create: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue