Skip to content

Commit 3054f09

Browse files
authored
docs: define extraInitContainers (#5385)
Otherwise custom values will not be picked up by Flux/Helm
1 parent de04217 commit 3054f09

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

ci/helm-chart/values.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,25 @@ extraContainers: |
147147
# - name: DOCKER_DRIVER
148148
# value: "overlay2"
149149

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+
150169
## Additional code-server secret mounts
151170
extraSecretMounts: []
152171
# - name: secret-files

0 commit comments

Comments
 (0)