diff options
author | Pramod <pramod.raghavendra.jayathirth@intel.com> | 2019-08-27 19:12:02 -0700 |
---|---|---|
committer | Pramod <pramod.raghavendra.jayathirth@intel.com> | 2019-08-29 02:06:19 -0700 |
commit | 322d0b97306b6f340ae963b750769336adf207c1 (patch) | |
tree | 65e0d531a6501fe7d15ea4c1fbb5679183744443 /deployments/helm/servicemesh/keycloak/.helmignore | |
parent | dcace0784979890bb986fb078348b4b3ceef146c (diff) |
Add helm chart for Keycloak server
Keycloak is an Authentication and Authorization
oauth2.0 server
Issue-ID: MULTICLOUD-714
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: I6c9084aacbcc6ad193db789dfb7b0ed491d0b201
Diffstat (limited to 'deployments/helm/servicemesh/keycloak/.helmignore')
-rw-r--r-- | deployments/helm/servicemesh/keycloak/.helmignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/deployments/helm/servicemesh/keycloak/.helmignore b/deployments/helm/servicemesh/keycloak/.helmignore new file mode 100644 index 00000000..50af0317 --- /dev/null +++ b/deployments/helm/servicemesh/keycloak/.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/ |