diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-02-20 17:40:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-20 17:40:05 +0000 |
commit | b59a05516a6830c8ab1572023eca08441df53357 (patch) | |
tree | 18067ca12720ff5376d649a8dbf87fd74fd0df58 /kubernetes/contrib/charts | |
parent | 002a9d19986851bfd615ecf07c752be7a95c26b5 (diff) | |
parent | 2272ee4df0fc9a09d5b33868ef2735fb6f6209e4 (diff) |
Merge "Fix contrib-netbox-app deployment failing"
Diffstat (limited to 'kubernetes/contrib/charts')
-rwxr-xr-x | kubernetes/contrib/charts/netbox/charts/netbox-app/templates/deployment.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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" |