summaryrefslogtreecommitdiffstats
path: root/deployments/helm/servicemesh/istio/istio-instance/.helmignore
diff options
context:
space:
mode:
authorPramod <pramod.raghavendra.jayathirth@intel.com>2019-08-05 15:56:10 -0700
committerPramod <pramod.raghavendra.jayathirth@intel.com>2019-08-14 00:03:07 +0000
commit44f7240efed56bfbf576a3fe7d40d8a1791d121a (patch)
treecbdff0bef7251b299b6482c877ec3a771740cef8 /deployments/helm/servicemesh/istio/istio-instance/.helmignore
parent845cdd2aa5d790e57b0b2999180df4abc6724bf1 (diff)
Helm charts for Istio deployment
This Chart will deploy istio in SDS configuration and enables istio sidecar injection in required namespace Issue-ID: MULTICLOUD-711 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com> Change-Id: I9a4dd781c14c2dc2bb1ee8ca648e3c8911ac1fe1
Diffstat (limited to 'deployments/helm/servicemesh/istio/istio-instance/.helmignore')
-rw-r--r--deployments/helm/servicemesh/istio/istio-instance/.helmignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/deployments/helm/servicemesh/istio/istio-instance/.helmignore b/deployments/helm/servicemesh/istio/istio-instance/.helmignore
new file mode 100644
index 00000000..50af0317
--- /dev/null
+++ b/deployments/helm/servicemesh/istio/istio-instance/.helmignore
@@ -0,0 +1,22 @@
+# 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
+.vscode/