diff --git a/deploy/templates/image-pull-secret.yaml b/deploy/templates/image-pull-secret.yaml index dd9f69b..cf9ee50 100644 --- a/deploy/templates/image-pull-secret.yaml +++ b/deploy/templates/image-pull-secret.yaml @@ -5,6 +5,7 @@ metadata: annotations: "helm.sh/hook": pre-install "helm.sh/hook-weight": "-99" + "helm.sh/hook-delete-policy": before-hook-creation type: kubernetes.io/dockerconfigjson data: .dockerconfigjson: {{ template "imagePullSecret" . }}