diff options
author | 2023-04-20 07:00:02 +0000 | |
---|---|---|
committer | 2023-04-20 07:00:02 +0000 | |
commit | 09b3042de80f3e69920121e5f60e6034eb07407c (patch) | |
tree | 252443a1dcc348bd22d2dc71a7f34c1ef70a16a0 /kubernetes/platform/components/oauth2-proxy/.helmignore | |
parent | 730df990a2eecf28033454c171545820b64d3a3c (diff) | |
parent | 784322d219b6b64dde22847fe8dc8fb4fce1f639 (diff) |
Merge "[PLATFORM] Add OAuth2-Proxy to ONAP"
Diffstat (limited to 'kubernetes/platform/components/oauth2-proxy/.helmignore')
-rw-r--r-- | kubernetes/platform/components/oauth2-proxy/.helmignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kubernetes/platform/components/oauth2-proxy/.helmignore b/kubernetes/platform/components/oauth2-proxy/.helmignore new file mode 100644 index 0000000000..825c007791 --- /dev/null +++ b/kubernetes/platform/components/oauth2-proxy/.helmignore @@ -0,0 +1,23 @@ +# 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 + +OWNERS |