File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,25 @@ extraContainers: |
147
147
# - name: DOCKER_DRIVER
148
148
# value: "overlay2"
149
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
+
150
169
# # Additional code-server secret mounts
151
170
extraSecretMounts : []
152
171
# - name: secret-files
You can’t perform that action at this time.
0 commit comments