From 435ef53a70827b494f3898b1e78562c97abe04ee Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Thu, 20 Dec 2018 10:58:09 +0100 Subject: Fix dmaap-dr-prov deployment failing imagePullSecrets was not correctly indented and thus creds were not read. Change-Id: Ib91d0b01450a09a4897339ba3c4c5328d296bbce Issue-ID: OOM-1559 Signed-off-by: Sylvain Desbureaux --- .../dmaap-data-router/charts/dmaap-dr-prov/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/dmaap/charts') diff --git a/kubernetes/dmaap/charts/dmaap-data-router/charts/dmaap-dr-prov/templates/deployment.yaml b/kubernetes/dmaap/charts/dmaap-data-router/charts/dmaap-dr-prov/templates/deployment.yaml index 7fd60ea501..cb7395cbf7 100644 --- a/kubernetes/dmaap/charts/dmaap-data-router/charts/dmaap-dr-prov/templates/deployment.yaml +++ b/kubernetes/dmaap/charts/dmaap-data-router/charts/dmaap-dr-prov/templates/deployment.yaml @@ -95,5 +95,5 @@ spec: {{- else }} emptyDir: {} {{- end }} - imagePullSecrets: - - name: "{{ include "common.namespace" . }}-docker-registry-key" + imagePullSecrets: + - name: "{{ include "common.namespace" . }}-docker-registry-key" -- cgit 1.2.3-korg