aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/music/components/music-cassandra/.helmignore
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-19 17:19:06 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-12-02 09:39:35 +0100
commit589ecb93f9cd18bd42349243214e965f193c6286 (patch)
treee213c38554af32d908c722f29757c2d38d4359f4 /kubernetes/common/music/components/music-cassandra/.helmignore
parentdd99d982adf86279d73d0db7cde0a728e422133d (diff)
[COMMON][MUSIC] Uses new tpls for repos / images
This commit makes music template to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Icd5caef12b28cbcc246cf30a13426d6eb11cfe20
Diffstat (limited to 'kubernetes/common/music/components/music-cassandra/.helmignore')
-rw-r--r--kubernetes/common/music/components/music-cassandra/.helmignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/common/music/components/music-cassandra/.helmignore b/kubernetes/common/music/components/music-cassandra/.helmignore
new file mode 100644
index 0000000000..f0c1319444
--- /dev/null
+++ b/kubernetes/common/music/components/music-cassandra/.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