From b54f9760780c88ecd5bb8ae24766849122f871df Mon Sep 17 00:00:00 2001 From: Pramod Date: Mon, 5 Aug 2019 15:35:41 -0700 Subject: Helm chart to deploy Istio-operator Istio-operator is required to manage the lifecycle and deployments of Istio Issue-ID: MULTICLOUD-710 Signed-off-by: Pramod Change-Id: Ifd2d05e790148096b5c0b454208e233aa5a299f9 --- .../helm/servicemesh/istio-operator/.helmignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 deployments/helm/servicemesh/istio-operator/.helmignore (limited to 'deployments/helm/servicemesh/istio-operator/.helmignore') diff --git a/deployments/helm/servicemesh/istio-operator/.helmignore b/deployments/helm/servicemesh/istio-operator/.helmignore new file mode 100644 index 00000000..50af0317 --- /dev/null +++ b/deployments/helm/servicemesh/istio-operator/.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