From 5686dda5e724bd98ecfabfd26d1e21d0db13de0c Mon Sep 17 00:00:00 2001 From: Albert Dixon Date: Fri, 12 Jun 2020 11:19:32 -0700 Subject: [PATCH] argocd-notifications/templates/deployment: replace spec --- charts/argocd-notifications/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argocd-notifications/templates/deployment.yaml b/charts/argocd-notifications/templates/deployment.yaml index 396a514b..14fd9f48 100644 --- a/charts/argocd-notifications/templates/deployment.yaml +++ b/charts/argocd-notifications/templates/deployment.yaml @@ -14,6 +14,7 @@ spec: metadata: labels: {{- include "argocd-notifications.selectorLabels" . | nindent 8 }} + spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 8 }}