aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/etcd/templates
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2021-05-11 18:29:49 +0530
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-05-28 14:22:58 +0000
commit544863d73ef1137faaf031513ac6868ebf101953 (patch)
treefd435ff91a08c5004abd7e5b660416a1979db05c /kubernetes/common/etcd/templates
parent77b740f2c94facef63eafcde23666c2133d2e5da (diff)
[COMMON][ETCD-INIT] Add etcd-init chart
- etcd-init chart will provision the users and roles in a running etcd instance - Change etcd container name for readiness init container to work Issue-ID: OOM-2746 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I0cb6d3830b0048c4d70f381815bd3f858ec31ae7
Diffstat (limited to 'kubernetes/common/etcd/templates')
-rw-r--r--kubernetes/common/etcd/templates/statefulset.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/etcd/templates/statefulset.yaml b/kubernetes/common/etcd/templates/statefulset.yaml
index a343d4fce5..48c8b6d0cc 100644
--- a/kubernetes/common/etcd/templates/statefulset.yaml
+++ b/kubernetes/common/etcd/templates/statefulset.yaml
@@ -49,7 +49,7 @@ spec:
{{ toYaml .Values.tolerations | indent 8 }}
{{- end }}
containers:
- - name: {{ include "common.fullname" . }}
+ - name: {{ include "common.name" . }}
image: {{ include "repositoryGenerator.googleK8sRepository" . }}/{{ .Values.image }}
imagePullPolicy: "{{ .Values.pullPolicy }}"
ports: