diff options
author | Pramod <pramod.raghavendra.jayathirth@intel.com> | 2019-08-26 19:31:18 -0700 |
---|---|---|
committer | Pramod <pramod.raghavendra.jayathirth@intel.com> | 2019-09-23 17:13:55 -0700 |
commit | 70dd04d817b1505aca9aa38d87bddf210b6c8e54 (patch) | |
tree | 8829f4281b0ae899ef981fac559b7568be893de9 /deployments/helm/servicemesh/policy/.helmignore | |
parent | 7c1fb25948c06e4e0b572241ae292fc31a4f4af1 (diff) |
Add helm chart for Istio Policies
Issue-ID: MULTICLOUD-789
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: I16d1c1df0e9d8955040c78f5e67e1dd50e761040
Diffstat (limited to 'deployments/helm/servicemesh/policy/.helmignore')
-rw-r--r-- | deployments/helm/servicemesh/policy/.helmignore | 22 |
1 files changed, 22 insertions, 0 deletions
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/ |