File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 21
21
app.kubernetes.io/name : {{ include "code-server.name" . }}
22
22
app.kubernetes.io/instance : {{ .Release.Name }}
23
23
spec :
24
+ imagePullSecrets : {{- toYaml .Values.imagePullSecrets | nindent 8 }}
24
25
{{- if .Values.hostnameOverride }}
25
26
hostname : {{ .Values.hostnameOverride }}
26
27
{{- end }}
Original file line number Diff line number Diff line change 9
9
tag : ' 4.0.2'
10
10
pullPolicy : Always
11
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
12
15
imagePullSecrets : []
16
+ # - name: registry-creds
17
+
13
18
nameOverride : " "
14
19
fullnameOverride : " "
15
20
hostnameOverride : " "
You can’t perform that action at this time.
0 commit comments