Merge pull request #6461 from wallrj/run-as-non-root

Remove redundant / misleading runAsNonRoot examples from values.yaml
This commit is contained in:
jetstack-bot 2023-10-31 13:46:20 +01:00 committed by GitHub
commit 2f6e9f484b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,6 @@ containerSecurityContext:
drop:
- ALL
readOnlyRootFilesystem: true
# runAsNonRoot: true
volumes: []
@ -346,7 +345,6 @@ webhook:
drop:
- ALL
readOnlyRootFilesystem: true
# runAsNonRoot: true
# Optional additional annotations to add to the webhook Deployment
# deploymentAnnotations: {}
@ -549,7 +547,6 @@ cainjector:
drop:
- ALL
readOnlyRootFilesystem: true
# runAsNonRoot: true
# Optional additional annotations to add to the cainjector Deployment
@ -663,7 +660,6 @@ startupapicheck:
drop:
- ALL
readOnlyRootFilesystem: true
# runAsNonRoot: true
# Timeout for 'kubectl check api' command
timeout: 1m