Skip to content
Snippets Groups Projects
Commit 18040592 authored by tgfree's avatar tgfree Committed by Derek Su
Browse files

FIX: imagePullSecrets setting error


Signed-off-by: default avatartgfree <tgfree7@gmail.com>
(cherry picked from commit 065a69d3)
parent 200b100b
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment