diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-05-11 18:29:49 +0530 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-28 14:22:58 +0000 |
commit | 544863d73ef1137faaf031513ac6868ebf101953 (patch) | |
tree | fd435ff91a08c5004abd7e5b660416a1979db05c /kubernetes/common/etcd-init/Chart.yaml | |
parent | 77b740f2c94facef63eafcde23666c2133d2e5da (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-init/Chart.yaml')
-rw-r--r-- | kubernetes/common/etcd-init/Chart.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kubernetes/common/etcd-init/Chart.yaml b/kubernetes/common/etcd-init/Chart.yaml new file mode 100644 index 0000000000..20f5ac40cc --- /dev/null +++ b/kubernetes/common/etcd-init/Chart.yaml @@ -0,0 +1,18 @@ +# Copyright (C) 2021 Wipro Limited. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apiVersion: v1 +description: Chart for etcd init job +name: etcd-init +version: 8.0.0 |