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 2121 app.kubernetes.io/name : {{ include "code-server.name" . }}
2222 app.kubernetes.io/instance : {{ .Release.Name }}
2323 spec :
24+ imagePullSecrets : {{- toYaml .Values.imagePullSecrets | nindent 8 }}
2425 {{- if .Values.hostnameOverride }}
2526 hostname : {{ .Values.hostnameOverride }}
2627 {{- end }}
Original file line number Diff line number Diff line change 99 tag : ' 4.0.2'
1010 pullPolicy : Always
1111
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
1215imagePullSecrets : []
16+ # - name: registry-creds
17+
1318nameOverride : " "
1419fullnameOverride : " "
1520hostnameOverride : " "
You can’t perform that action at this time.
0 commit comments