From 66bfc37fd6c693b4fa695cd613efe5199f7e7d8b Mon Sep 17 00:00:00 2001 From: Scott Cabrinha Date: Mon, 16 Mar 2020 16:50:31 -0700 Subject: [PATCH] remove global value --- charts/argo-rollouts/templates/argo-rollouts-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-rollouts/templates/argo-rollouts-deployment.yaml b/charts/argo-rollouts/templates/argo-rollouts-deployment.yaml index 9fd5c009..1fb1a2d2 100644 --- a/charts/argo-rollouts/templates/argo-rollouts-deployment.yaml +++ b/charts/argo-rollouts/templates/argo-rollouts-deployment.yaml @@ -24,7 +24,7 @@ spec: labels: app.kubernetes.io/name: {{ .Release.Name }} spec: - {{- with .Values.global.imagePullSecrets }} + {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }}