From 789d79a77852a63092c5ff0b682f500fdf5c5110 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Thu, 20 Dec 2018 11:04:34 +0100 Subject: Fix dmaap-dr-node deployment failing imagePullSecrets was not correctly indented and thus creds were not read. Change-Id: I62f2992aa23f968841b9dfefe84aed6931659800 Issue-ID: OOM-1560 Signed-off-by: Sylvain Desbureaux --- .../dmaap-data-router/charts/dmaap-dr-node/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/dmaap/charts/dmaap-data-router/charts/dmaap-dr-node/templates/deployment.yaml b/kubernetes/dmaap/charts/dmaap-data-router/charts/dmaap-dr-node/templates/deployment.yaml index 84887587ae..93fabe1292 100644 --- a/kubernetes/dmaap/charts/dmaap-data-router/charts/dmaap-dr-node/templates/deployment.yaml +++ b/kubernetes/dmaap/charts/dmaap-data-router/charts/dmaap-dr-node/templates/deployment.yaml @@ -110,5 +110,5 @@ spec: {{- else }} emptyDir: {} {{- end }} - imagePullSecrets: - - name: "{{ include "common.namespace" . }}-docker-registry-key" \ No newline at end of file + imagePullSecrets: + - name: "{{ include "common.namespace" . }}-docker-registry-key" -- cgit 1.2.3-korg