We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9c5c54 + 0cdab3d commit 08dbdfcCopy full SHA for 08dbdfc
ci/helm-chart/templates/deployment.yaml
@@ -21,6 +21,7 @@ spec:
21
app.kubernetes.io/name: {{ include "code-server.name" . }}
22
app.kubernetes.io/instance: {{ .Release.Name }}
23
spec:
24
+ imagePullSecrets: {{- toYaml .Values.imagePullSecrets | nindent 8 }}
25
{{- if .Values.hostnameOverride }}
26
hostname: {{ .Values.hostnameOverride }}
27
{{- end }}
ci/helm-chart/values.yaml
@@ -9,7 +9,12 @@ image:
9
tag: '4.0.2'
10
pullPolicy: Always
11
12
+# Specifies one or more secrets to be used when pulling images from a
13
+# private container repository
14
+# https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry
15
imagePullSecrets: []
16
+# - name: registry-creds
17
+
18
nameOverride: ""
19
fullnameOverride: ""
20
hostnameOverride: ""
0 commit comments