We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827b43a commit befde5aCopy full SHA for befde5a
1 file changed
charts/sheaft/values.yaml
@@ -67,8 +67,17 @@ metrics:
67
env: []
68
envFrom: []
69
resources: {}
70
-podSecurityContext: {}
71
-securityContext: {}
+podSecurityContext:
+ fsGroup: 65532
72
+securityContext:
73
+ runAsNonRoot: true
74
+ runAsUser: 65532
75
+ runAsGroup: 65532
76
+ allowPrivilegeEscalation: false
77
+ readOnlyRootFilesystem: true
78
+ capabilities:
79
+ drop:
80
+ - ALL
81
podAnnotations: {}
82
imagePullSecrets: []
83
extraVolumes: []
0 commit comments