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
|
||||
# priorityClassName: ""
|
||||
|
||||
podSecurityContext: {}
|
||||
|
||||
securityContext: {}
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a ServiceAccount should be created
|
||||
create: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue