From 70dd04d817b1505aca9aa38d87bddf210b6c8e54 Mon Sep 17 00:00:00 2001 From: Pramod Date: Mon, 26 Aug 2019 19:31:18 -0700 Subject: Add helm chart for Istio Policies Issue-ID: MULTICLOUD-789 Signed-off-by: Pramod Change-Id: I16d1c1df0e9d8955040c78f5e67e1dd50e761040 --- deployments/helm/servicemesh/policy/.helmignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 deployments/helm/servicemesh/policy/.helmignore (limited to 'deployments/helm/servicemesh/policy/.helmignore') diff --git a/deployments/helm/servicemesh/policy/.helmignore b/deployments/helm/servicemesh/policy/.helmignore new file mode 100644 index 00000000..50af0317 --- /dev/null +++ b/deployments/helm/servicemesh/policy/.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/ -- cgit 1.2.3-korg