From: Mike Elliott Date: Wed, 20 Feb 2019 17:40:05 +0000 (+0000) Subject: Merge "Fix contrib-netbox-app deployment failing" X-Git-Tag: 4.0.0-ONAP~373 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b59a05516a6830c8ab1572023eca08441df53357;hp=002a9d19986851bfd615ecf07c752be7a95c26b5;p=oom.git Merge "Fix contrib-netbox-app deployment failing" --- diff --git a/kubernetes/contrib/charts/netbox/charts/netbox-app/templates/deployment.yaml b/kubernetes/contrib/charts/netbox/charts/netbox-app/templates/deployment.yaml index 5215ca811d..92888ea20f 100755 --- a/kubernetes/contrib/charts/netbox/charts/netbox-app/templates/deployment.yaml +++ b/kubernetes/contrib/charts/netbox/charts/netbox-app/templates/deployment.yaml @@ -152,4 +152,6 @@ spec: name: {{ include "common.fullname" . }}-initializers-configmap - name: {{ include "common.fullname" . }}-configuration-config configMap: - name: {{ include "common.fullname" . }}-configuration-configmap \ No newline at end of file + name: {{ include "common.fullname" . }}-configuration-configmap + imagePullSecrets: + - name: "{{ include "common.namespace" . }}-docker-registry-key"