From 7b55292fe1017fc45329ca2d3a9b26395ca0e7ce Mon Sep 17 00:00:00 2001 From: Pramod Date: Wed, 28 Aug 2019 22:47:54 -0700 Subject: Adding Istio rbac roles for multicloud-k8s This is used to grant role based access to user Issue-ID: MULTICLOUD-790 Signed-off-by: Pramod Change-Id: Icf064af7943b337f2cb83c3b4fa29bfb54f5b999 --- deployments/helm/servicemesh/rbac/.helmignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 deployments/helm/servicemesh/rbac/.helmignore (limited to 'deployments/helm/servicemesh/rbac/.helmignore') 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/ -- cgit 1.2.3-korg