diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2018-12-20 11:04:34 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2018-12-20 11:05:29 +0100 |
commit | 789d79a77852a63092c5ff0b682f500fdf5c5110 (patch) | |
tree | 8eb029d85013e70ef4d6bfe494a49bb13c0e3cb3 /kubernetes/dmaap | |
parent | 709e5a240f8c0a4216319909f2f84db05eecca57 (diff) |
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 <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/dmaap')
-rw-r--r-- | kubernetes/dmaap/charts/dmaap-data-router/charts/dmaap-dr-node/templates/deployment.yaml | 4 |
1 files 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" |