summaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/components/aaf-hello/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-26 09:57:26 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-26 09:57:26 +0000
commitc95cb6667263e48daed36613565fb6466bce0553 (patch)
tree226097d6245509753882bb6c7b4ad2335dbe1e3e /kubernetes/aaf/components/aaf-hello/templates/deployment.yaml
parent4a53ea1b30dd22b37064e5a3e94f91dae79cf99c (diff)
parent0dfa387b0e86d79822335ffeb652d81ca8b60564 (diff)
Merge "[AAF] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/aaf/components/aaf-hello/templates/deployment.yaml')
-rw-r--r--kubernetes/aaf/components/aaf-hello/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aaf/components/aaf-hello/templates/deployment.yaml b/kubernetes/aaf/components/aaf-hello/templates/deployment.yaml
index c25cc0b0b0..60e7c6bcc8 100644
--- a/kubernetes/aaf/components/aaf-hello/templates/deployment.yaml
+++ b/kubernetes/aaf/components/aaf-hello/templates/deployment.yaml
@@ -28,7 +28,7 @@ spec:
containers:
- name: {{ include "common.name" . }}
command: ["bash","-c","cd /opt/app/aaf && if [ ! -d /opt/app/osaaf/etc ]; then cp -Rf etc logs /opt/app/osaaf; fi && exec bin/hello"]
- image: {{ .Values.global.repository }}/{{.Values.image }}
+ image: {{ include "repositoryGenerator.repository" . }}/{{.Values.image }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
ports: {{ include "common.containerPorts" . | nindent 10 }}
volumeMounts: {{ include "common.aaf-config-volume-mountpath" . | nindent 8 }}