Skip to content

Commit

Permalink
Update Values to support securityContext
Browse files Browse the repository at this point in the history
Adding securityContext variables to the values file.
  • Loading branch information
BYondRAK authored and Dan Kemp committed Jan 20, 2022
1 parent b052829 commit afcefab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/nfs-subdir-external-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ podAnnotations: {}
## Set pod priorityClassName
# priorityClassName: ""

podSecurityContext: {}

securityContext: {}

serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
Expand Down

0 comments on commit afcefab

Please sign in to comment.