aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/etcd-init/.helmignore
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-init/.helmignore
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-init/.helmignore')
-rw-r--r--kubernetes/common/etcd-init/.helmignore21
1 files changed, 21 insertions, 0 deletions
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