[COMMON][ETCD-INIT] Add etcd-init chart 56/121256/10
authorkrishnaa96 <krishna.moorthy6@wipro.com>
Tue, 11 May 2021 12:59:49 +0000 (18:29 +0530)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 28 May 2021 14:22:58 +0000 (14:22 +0000)
commit544863d73ef1137faaf031513ac6868ebf101953
treefd435ff91a08c5004abd7e5b660416a1979db05c
parent77b740f2c94facef63eafcde23666c2133d2e5da
[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
kubernetes/common/etcd-init/.helmignore [new file with mode: 0644]
kubernetes/common/etcd-init/Chart.yaml [new file with mode: 0644]
kubernetes/common/etcd-init/requirements.yaml [new file with mode: 0644]
kubernetes/common/etcd-init/templates/job.yaml [new file with mode: 0644]
kubernetes/common/etcd-init/templates/secret.yaml [new file with mode: 0644]
kubernetes/common/etcd-init/values.yaml [new file with mode: 0644]
kubernetes/common/etcd/templates/statefulset.yaml