Fix dmaap-dr-node deployment failing 72/74972/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 20 Dec 2018 10:04:34 +0000 (11:04 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 20 Dec 2018 10:05:29 +0000 (11:05 +0100)
imagePullSecrets was not correctly indented and thus creds were not
read.

Change-Id: I62f2992aa23f968841b9dfefe84aed6931659800
Issue-ID: OOM-1560
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
kubernetes/dmaap/charts/dmaap-data-router/charts/dmaap-dr-node/templates/deployment.yaml

index 8488758..93fabe1 100644 (file)
@@ -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"