feat(kubernetes/chart): add container security context configuration into values.yaml.tpl

Signed-off-by: Ruins He <lyhypacm@gmail.com>
This commit is contained in:
Ruins He
2022-01-03 18:22:43 +08:00
parent 21087aaddc
commit fa75df8e96
2 changed files with 7 additions and 1 deletions
@@ -48,7 +48,6 @@ reloader:
# allowPrivilegeEscalation: false
# readOnlyRootFilesystem: true
# A list of tolerations to be applied to the Deployment.
# Example:
# tolerations:
@@ -40,6 +40,13 @@ reloader:
runAsNonRoot: true
runAsUser: 65534
containerSecurityContext: {}
# capabilities:
# drop:
# - ALL
# allowPrivilegeEscalation: false
# readOnlyRootFilesystem: true
# A list of tolerations to be applied to the Deployment.
# Example:
# tolerations: