summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/templates/deployment.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-04-26 21:15:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-26 21:15:31 +0000
commit880fa5c26aab08e504a887e2659828693c2b12fd (patch)
treead13da77dd6d88c3eaa68dde85249bb78b6b28a3 /kubernetes/consul/templates/deployment.yaml
parent2917c651fd869fb6f6a355542754b2dbff168eeb (diff)
parent0440a32f01c07acf2b965417c951413d53142687 (diff)
Merge "Reduce consul default replica count"
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 504d54cc54..646922b30f 100644
--- a/kubernetes/consul/templates/deployment.yaml
+++ b/kubernetes/consul/templates/deployment.yaml
@@ -35,7 +35,7 @@ spec:
name: {{ include "common.name" . }}
spec:
containers:
- - image: "{{ .Values.repository | default .Values.global.repository }}/{{ .Values.image }}"
+ - image: "{{ include "common.repository" . }}/{{ .Values.image }}"
command:
- /bin/sh
- "-c"