summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/templates/deployment.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-21 22:13:05 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-21 22:13:05 +0100
commitd26cf9f929fdfb16919849502666961f36e68039 (patch)
treeda6dd43d8f0713fdcb78b7bd05e2a142a14c5e6c /kubernetes/consul/templates/deployment.yaml
parent2b2aa11021114438591d184af19fde6bbf06950a (diff)
[CONSUL] Uses new tpls for repos / images
This commit makes Consul chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id46ed756b1f975695585e873c8e13accf3b1d7ca
Diffstat (limited to 'kubernetes/consul/templates/deployment.yaml')
-rw-r--r--kubernetes/consul/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/consul/templates/deployment.yaml b/kubernetes/consul/templates/deployment.yaml
index 51c6eb72d5..be15ecbca6 100644
--- a/kubernetes/consul/templates/deployment.yaml
+++ b/kubernetes/consul/templates/deployment.yaml
@@ -40,7 +40,7 @@ spec:
imagePullSecrets:
- name: "{{ include "common.namespace" . }}-docker-registry-key"
containers:
- - image: "{{ include "common.repository" . }}/{{ .Values.image }}"
+ - image: {{ include "repositoryGenerator.dockerHubRepository" . }}/{{ .Values.image }}
command:
- /bin/sh
- "-c"