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 d081c18 commit 14458c4Copy full SHA for 14458c4
charts/questdb/values.yaml
@@ -8,22 +8,8 @@ nameOverride: ""
8
fullnameOverride: ""
9
10
podAnnotations: {}
11
-podSecurityContext:
12
- fsGroup: 10001
13
- seccompProfile:
14
- type: RuntimeDefault
15
-
16
-securityContext:
17
- capabilities:
18
- drop:
19
- - ALL
20
- runAsNonRoot: true
21
- runAsUser: 10001
22
- runAsGroup: 10001
23
- privileged: false
24
- allowPrivilegeEscalation: false
25
26
+podSecurityContext: {}
+securityContext: {}
27
28
extraVolumes: []
29
extraVolumeMounts: []
@@ -144,4 +130,4 @@ dataMigration:
144
130
145
131
# openshift
146
132
openshift:
147
- enabled: detect
133
+ enabled: detect
0 commit comments