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 219cad1 commit 3861490Copy full SHA for 3861490
ci/helm-chart/values.yaml
@@ -28,14 +28,6 @@ podAnnotations: {}
28
podSecurityContext: {}
29
# fsGroup: 2000
30
31
-securityContext: {}
32
- # capabilities:
33
- # drop:
34
- # - ALL
35
- # readOnlyRootFilesystem: true
36
- # runAsNonRoot: true
37
- # runAsUser: 1000
38
-
39
service:
40
type: ClusterIP
41
port: 8080
@@ -127,10 +119,6 @@ persistence:
127
119
# existingClaim: ""
128
120
# hostPath: /data
129
121
130
-serviceAccount:
131
- create: true
132
- name:
133
134
122
## Enable an Specify container in extraContainers.
135
123
## This is meant to allow adding code-server dependencies, like docker-dind.
136
124
extraContainers: |
0 commit comments