diff --git a/templates/harbor_imagepull.yaml b/templates/harbor_imagepull.yaml index 61a1a72..86e912a 100644 --- a/templates/harbor_imagepull.yaml +++ b/templates/harbor_imagepull.yaml @@ -1,4 +1,4 @@ -{{ with .Values.imagePullCreds }} +{{ if (.Values.imagePullCreds) }} {{- range .Values.imagePullCreds }} --- apiVersion: v1