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.
2 parents adab8a8 + c4e434c commit 3977758Copy full SHA for 3977758
charts/gitops-server/values.yaml
@@ -85,13 +85,16 @@ podAnnotations: {}
85
podSecurityContext: {}
86
# fsGroup: 2000
87
88
-securityContext: {}
89
-# capabilities:
90
-# drop:
91
-# - ALL
92
-# readOnlyRootFilesystem: true
93
-# runAsNonRoot: true
94
-# runAsUser: 1000
+securityContext:
+ runAsNonRoot: true
+ allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ seccompProfile:
95
+ type: RuntimeDefault
96
+ runAsUser: 1000
97
+ readOnlyRootFilesystem: true
98
99
service:
100
create: true
0 commit comments