From 544863d73ef1137faaf031513ac6868ebf101953 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Tue, 11 May 2021 18:29:49 +0530 Subject: [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 Change-Id: I0cb6d3830b0048c4d70f381815bd3f858ec31ae7 --- kubernetes/common/etcd-init/.helmignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 kubernetes/common/etcd-init/.helmignore (limited to 'kubernetes/common/etcd-init/.helmignore') diff --git a/kubernetes/common/etcd-init/.helmignore b/kubernetes/common/etcd-init/.helmignore new file mode 100644 index 0000000000..f0c1319444 --- /dev/null +++ b/kubernetes/common/etcd-init/.helmignore @@ -0,0 +1,21 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj -- cgit 1.2.3-korg