aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-08-15 19:34:47 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-15 19:34:47 +0000
commitb105b3dd34a46a2c3275f09640ec771e4077287b (patch)
tree6c11343da6994adb223fb5c2e4af2e2f1e579a33 /kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml
parent3d4159518989111cf05ad36600a0bdd7d2263df2 (diff)
parent0c7bc94239b12abefe24d80b7a22c27920647376 (diff)
Merge "AAF 2.1.15 Dockers"
Diffstat (limited to 'kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml')
-rw-r--r--kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml b/kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml
index c664d034bb..5bbb1d731f 100644
--- a/kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml
+++ b/kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml
@@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: {{ include "common.name" . }}
- image: {{ .Values.global.repository }}/onap/aaf/aaf_cass:{{.Values.global.aaf.imageVersion}}
+ image: {{ .Values.global.repository }}/{{.Values.global.aaf.cass.image}}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
# installing with cmd "onap" will not only initialize the DB, but add ONAP bootstrap data as well
command: ["/bin/bash","/opt/app/aaf/cass_init/cmd.sh","onap"]