We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de04217 commit 3054f09Copy full SHA for 3054f09
ci/helm-chart/values.yaml
@@ -147,6 +147,25 @@ extraContainers: |
147
# - name: DOCKER_DRIVER
148
# value: "overlay2"
149
150
+extraInitContainers: |
151
+# - name: customization
152
+# image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
153
+# imagePullPolicy: IfNotPresent
154
+# env:
155
+# - name: SERVICE_URL
156
+# value: https://open-vsx.org/vscode/gallery
157
+# - name: ITEM_URL
158
+# value: https://open-vsx.org/vscode/item
159
+# command:
160
+# - sh
161
+# - -c
162
+# - |
163
+# code-server --install-extension ms-python.python
164
+# code-server --install-extension golang.Go
165
+# volumeMounts:
166
+# - name: data
167
+# mountPath: /home/coder
168
+
169
## Additional code-server secret mounts
170
extraSecretMounts: []
171
# - name: secret-files
0 commit comments