Fix music-cassandra statefulset failing 73/74973/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 20 Dec 2018 10:11:50 +0000 (11:11 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 20 Dec 2018 10:11:50 +0000 (11:11 +0100)
imagePullSecrets was not present and thus preventing connecting to
registry where creds are mandatory

Change-Id: I766c0a1884cefa7fd643286dc899bf29d5946847
Issue-ID: OOM-1561
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
kubernetes/common/music/charts/music-cassandra/templates/statefulset.yaml

index 009c40d..da50744 100644 (file)
@@ -136,3 +136,5 @@ spec:
           matchLabels:
             release: "{{ .Release.Name }}"
   {{- end }}
+      imagePullSecrets:
+      - name: "{{ include "common.namespace" . }}-docker-registry-key"