Fix dmaap-dr-prov deployment failing 71/74971/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 20 Dec 2018 09:58:09 +0000 (10:58 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 20 Dec 2018 09:58:09 +0000 (10:58 +0100)
imagePullSecrets was not correctly indented and thus creds were not
read.

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

index 7fd60ea..cb7395c 100644 (file)
@@ -95,5 +95,5 @@ spec:
       {{- else }}
         emptyDir: {}
       {{- end }}
-    imagePullSecrets:
-    - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      imagePullSecrets:
+      - name: "{{ include "common.namespace" . }}-docker-registry-key"