summaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/.helmignore
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-03-01 09:26:13 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-03-04 14:02:06 +0100
commit7acab5645e0fa68f45941c8f1358307fb2e10c8f (patch)
tree7de3629aea41b27f47db4526b3b14eece40b26e2 /kubernetes/cds/.helmignore
parent54a0a8a2a2f6e5ef7debf616de0abbc1c421a231 (diff)
Add CDS as new chart
CDS (Common Design Studio) was put in common but with the arrival of a chart that hosts the UI, it seems better to have it into its own "root" chart. For now, CDS chart is being installed if it's set as enabled in SDNC. Change-Id: I73bdcfaeb29b796793374513e152244a41e82d52 Issue-ID: CCSDK-1015 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/cds/.helmignore')
-rw-r--r--kubernetes/cds/.helmignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/cds/.helmignore b/kubernetes/cds/.helmignore
new file mode 100644
index 0000000000..f0c1319444
--- /dev/null
+++ b/kubernetes/cds/.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