diff options
author | kj <keren.joseph@amdocs.com> | 2018-04-02 13:34:07 +0300 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-04-06 18:46:11 +0000 |
commit | 41ef22e8cb76ddf3480cbd119bd741db62cfb578 (patch) | |
tree | 3c79e9c1bcb35555ae239af43102b190b9631eeb /kubernetes/multicloud/charts/multicloud-vio/.helmignore | |
parent | 72f4e9b34adb4b2e134ee44e9fe0a2e039453378 (diff) |
Add standardized helm chart for multicloud
-mk: updating umbrella requirements.yaml
Issue-ID: OOM-744
Change-Id: Iae202a60ff5fd8d4fa98bd29184df1444b616186
Signed-off-by: kj <keren.joseph@amdocs.com>
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-vio/.helmignore')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-vio/.helmignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-vio/.helmignore b/kubernetes/multicloud/charts/multicloud-vio/.helmignore new file mode 100644 index 0000000000..f0c1319444 --- /dev/null +++ b/kubernetes/multicloud/charts/multicloud-vio/.helmignore @@ -0,0 +1,21 @@ +# 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 |