summaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-08-06 17:20:28 -0500
committerInstrumental <jonathan.gathman@att.com>2019-08-06 17:20:40 -0500
commit7673f02c2051fe60f323b758dc6cdd4ec178e28c (patch)
tree03f2582da911ff7795ec7c25fe2663c88406171e /kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml
parentb0133d1c6de698d2070eb0ca8b24967d5cf2bef6 (diff)
AAF 2.1.15 Dockers, again
Issue-ID: AAF-902 Change-Id: Ifad21493f748e5b11dc24ac0eccc6fb9eb9df365 Signed-off-by: Instrumental <jonathan.gathman@att.com>
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 3ad86ba098..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 }}/{{.Values.global.cassImage}}
+ 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"]