diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-22 16:44:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-22 16:44:56 +0000 |
commit | 10c1f777859197edf43670fdf2312cecabfd06e7 (patch) | |
tree | 1350449b1e8deca6353507ebb8d6cf43a6ae2a8e /kubernetes/policy | |
parent | 8a1f02084850110cdc47474ed99cceda98f96e41 (diff) | |
parent | ed56cca268c5832871773e5fe6b9b50e51bf694f (diff) |
Merge changes from topic 'common-repository'
* changes:
Clamp: Use "common.repository" framework
Use "common.repository" framework
Diffstat (limited to 'kubernetes/policy')
-rw-r--r-- | kubernetes/policy/charts/policy-distribution/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-distribution/templates/deployment.yaml b/kubernetes/policy/charts/policy-distribution/templates/deployment.yaml index 8722e03ad4..d6a6d2110a 100644 --- a/kubernetes/policy/charts/policy-distribution/templates/deployment.yaml +++ b/kubernetes/policy/charts/policy-distribution/templates/deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: {{ include "common.name" . }} - image: "{{ .Values.repository }}/{{ .Values.image }}" + image: "{{ include "common.repository" . }}/{{ .Values.image }}" imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} command: ["/opt/app/policy/distribution/bin/policy-dist.sh"] args: ["/opt/app/policy/distribution/etc/mounted/config.json"] |