summaryrefslogtreecommitdiffstats
path: root/kubernetes/contrib
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2019-02-20 17:40:05 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-20 17:40:05 +0000
commitb59a05516a6830c8ab1572023eca08441df53357 (patch)
tree18067ca12720ff5376d649a8dbf87fd74fd0df58 /kubernetes/contrib
parent002a9d19986851bfd615ecf07c752be7a95c26b5 (diff)
parent2272ee4df0fc9a09d5b33868ef2735fb6f6209e4 (diff)
Merge "Fix contrib-netbox-app deployment failing"
Diffstat (limited to 'kubernetes/contrib')
-rwxr-xr-xkubernetes/contrib/charts/netbox/charts/netbox-app/templates/deployment.yaml4
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"