We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e15073 commit 525fa9bCopy full SHA for 525fa9b
deploy/charts/x509-certificate-exporter/values.yaml
@@ -91,7 +91,8 @@ secretsExporter:
91
# -- Annotations added to Pods of the TLS Secrets exporter
92
podAnnotations: {}
93
# -- PodSecurityContext for Pods of the TLS Secrets exporter
94
- podSecurityContext: {}
+ podSecurityContext:
95
+ runAsNonRoot: true
96
# -- SecurityContext for containers of the TLS Secrets exporter
97
# @default -- check `values.yaml`
98
securityContext:
@@ -359,6 +360,7 @@ rbacProxy:
359
360
361
runAsUser: 65534
362
runAsGroup: 65534
363
364
readOnlyRootFilesystem: true
365
capabilities:
366
drop:
0 commit comments