diff options
author | Pramod <pramod.raghavendra.jayathirth@intel.com> | 2019-08-28 22:47:54 -0700 |
---|---|---|
committer | Pramod <pramod.raghavendra.jayathirth@intel.com> | 2019-10-01 10:20:39 -0700 |
commit | 7b55292fe1017fc45329ca2d3a9b26395ca0e7ce (patch) | |
tree | cbe7146a62aa1d2da8febfcc8b48af97a9299347 /deployments/helm/servicemesh/rbac/.helmignore | |
parent | 1b8bee840af30f67fcdc0d45ef9334f0461ca1c7 (diff) |
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 <pramod.raghavendra.jayathirth@intel.com>
Change-Id: Icf064af7943b337f2cb83c3b4fa29bfb54f5b999
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/ |