Update Values to support securityContext

Adding securityContext variables to the values file.
This commit is contained in:
Richard Kugler 2021-05-26 14:14:52 -04:00 committed by Daniel Kemp
parent ce2849ccd7
commit 8b7f3ae920
1 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,10 @@ podAnnotations: {}
## Set pod priorityClassName
# priorityClassName: ""
podSecurityContext: {}
securityContext: {}
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true