summaryrefslogtreecommitdiffstats
path: root/auth/helm/aaf/templates/aaf-locate.yaml
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-07-16 04:02:30 -0500
committerInstrumental <jonathan.gathman@att.com>2019-07-16 07:24:18 -0500
commit0e302ed774f4c371b9414fe99836836f775b688d (patch)
tree9953fe741c7ed8e4d93b989153caaf475fab34a4 /auth/helm/aaf/templates/aaf-locate.yaml
parentb5d91a686cede2fcf45e2b16e0141689d6c35a3f (diff)
Reduce Docker Layers
Issue-ID: AAF-873 Change-Id: I590b5df27ce3266c2dac2200864ad5186da16114 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/helm/aaf/templates/aaf-locate.yaml')
-rw-r--r--auth/helm/aaf/templates/aaf-locate.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/helm/aaf/templates/aaf-locate.yaml b/auth/helm/aaf/templates/aaf-locate.yaml
index c0bb3f92..44531d97 100644
--- a/auth/helm/aaf/templates/aaf-locate.yaml
+++ b/auth/helm/aaf/templates/aaf-locate.yaml
@@ -102,7 +102,7 @@ spec:
### AAF-LOCATE
###
- name: aaf-locate
- image: {{ .Values.image.repository }}onap/aaf/aaf_locate:{{ .Values.image.version }}
+ image: {{ .Values.image.repository }}onap/aaf/aaf_core:{{ .Values.image.version }}
imagePullPolicy: IfNotPresent
command: ["/bin/bash","-c","cd /opt/app/aaf && /bin/bash bin/pod_wait.sh aaf-locate nc aaf-cass.{{ .Release.Namespace }} {{ .Values.services.cass.native_trans_port }} aaf-service && exec bin/locate"]
volumeMounts: