diff options
author | 2018-05-08 02:04:33 +0000 | |
---|---|---|
committer | 2018-05-08 02:04:33 +0000 | |
commit | 9ebd7ac4e0873dbda93eb6ed73492f130ffb5b01 (patch) | |
tree | 799b22c459c2a52eab68b755174064778e771a99 /charts/aai-search-data | |
parent | daf14c99177a2128b50feb442198a06a7a5225bb (diff) | |
parent | 809b1d7db6e9cf424c02e3a98cb48238253fa0fb (diff) |
Merge "Fix inconsistent repository references"
Diffstat (limited to 'charts/aai-search-data')
-rw-r--r-- | charts/aai-search-data/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-search-data/templates/deployment.yaml b/charts/aai-search-data/templates/deployment.yaml index beaee7d..c841c38 100644 --- a/charts/aai-search-data/templates/deployment.yaml +++ b/charts/aai-search-data/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: spec: containers: - name: {{ include "common.name" . }} - image: "{{ .Values.global.repository | default .Values.repository }}/{{ .Values.image }}" + image: "{{ include "common.repository" . }}/{{ .Values.image }}" imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} env: - name: CONFIG_HOME |