diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-11-23 11:04:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-23 11:04:00 +0000 |
commit | af614c6913a3e7d4f3dc632d4f9067f98c113d9b (patch) | |
tree | 7270fca1adaa1b814a47a73a775529ed66e8f645 /kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates | |
parent | 87803a46f67959b3f804a409899bc382ce283763 (diff) | |
parent | 747982c26fb62c0605541117a9b8a5fd00a3fc32 (diff) |
Merge "[SO] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates')
-rw-r--r-- | kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml index fa5f42d5ab..2cf23e23be 100644 --- a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml +++ b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml @@ -46,7 +46,7 @@ spec: {{- end }} {{- end }} ./start-app.sh - image: {{ include "common.repository" . }}/{{ .Values.image }} + image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image }} resources: {{ include "common.resources" . | nindent 12 }} env: - name: ETSI_NFVO_USERNAME |