We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3665b82 commit 382c206Copy full SHA for 382c206
1 file changed
charts/mb3r-stack/values.yaml
@@ -112,8 +112,17 @@ sheaft:
112
pullPolicy: IfNotPresent
113
podLabels: {}
114
podAnnotations: {}
115
- podSecurityContext: {}
116
- securityContext: {}
+ podSecurityContext:
+ fsGroup: 65532
117
+ securityContext:
118
+ runAsNonRoot: true
119
+ runAsUser: 65532
120
+ runAsGroup: 65532
121
+ allowPrivilegeEscalation: false
122
+ readOnlyRootFilesystem: true
123
+ capabilities:
124
+ drop:
125
+ - ALL
126
extraArgs: []
127
env: []
128
envFrom: []
0 commit comments