diff options
author | 2019-12-03 20:14:22 +0000 | |
---|---|---|
committer | 2019-12-03 20:14:22 +0000 | |
commit | 34650dd155c5351f17c542a2aae6b6e5015b82a3 (patch) | |
tree | 41b36752a53a9964b4978072b582ae3140f2f4c8 /deployments/helm/servicemesh/rbac/.helmignore | |
parent | 85bbacc1afb2d7160128bee00e194ae5834a8296 (diff) | |
parent | 7b55292fe1017fc45329ca2d3a9b26395ca0e7ce (diff) |
Merge "Adding Istio rbac roles for multicloud-k8s"
Diffstat (limited to 'deployments/helm/servicemesh/rbac/.helmignore')
-rw-r--r-- | deployments/helm/servicemesh/rbac/.helmignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/deployments/helm/servicemesh/rbac/.helmignore b/deployments/helm/servicemesh/rbac/.helmignore new file mode 100644 index 00000000..50af0317 --- /dev/null +++ b/deployments/helm/servicemesh/rbac/.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/ |