We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e45c4 commit 229d301Copy full SHA for 229d301
ci/helm-chart/templates/deployment.yaml
@@ -21,10 +21,7 @@ spec:
21
app.kubernetes.io/name: {{ include "code-server.name" . }}
22
app.kubernetes.io/instance: {{ .Release.Name }}
23
spec:
24
- {{- with .Values.imagePullSecrets }}
25
- imagePullSecrets:
26
- {{- toYaml . | nindent 8 }}
27
- {{- end }}
+ imagePullSecrets: {{- toYaml .Values.imagePullSecrets | nindent 8 }}
28
{{- if .Values.hostnameOverride }}
29
hostname: {{ .Values.hostnameOverride }}
30
{{- end }}
0 commit comments