Skip to content

Commit

Permalink
FIX: imagePullSecrets setting error
Browse files Browse the repository at this point in the history
Signed-off-by: tgfree <tgfree7@gmail.com>
(cherry picked from commit 065a69d)
  • Loading branch information
tgfree7 authored and derekbit committed Oct 25, 2022
1 parent 200b100 commit 1804059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
name: {{ template "local-path-provisioner.serviceAccountName" . }}
labels:
{{ include "local-path-provisioner.labels" . | indent 4 }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- with .Values.imagePullSecrets }}
{{- toYaml . | nindent 2 }}
{{- end }}
{{- if .Values.defaultSettings.registrySecret }}
Expand Down

0 comments on commit 1804059

Please sign in to comment.