From: Sylvain Desbureaux Date: Thu, 20 Dec 2018 10:04:34 +0000 (+0100) Subject: Fix dmaap-dr-node deployment failing X-Git-Tag: 4.0.0-ONAP~369^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=789d79a77852a63092c5ff0b682f500fdf5c5110;p=oom.git 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 --- 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"