diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-19 17:35:56 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-24 16:47:47 +0000 |
commit | 0cd5feef0b60bb3d7f881d5907c085164981761c (patch) | |
tree | 3286fba37edba14317682a7b9270f05ca47e2583 /kubernetes/vfc/components/vfc-huawei-vnfm-driver/.helmignore | |
parent | 7a38605ba0010f599e7b865e9403f9e87466a2bf (diff) |
[VFC] Uses new tpls for repos / images
This commit makes VFC template to use the new generator for repositories and
images.
As new templates doesn't work well with "sub charts", we move also
subcharts to components folder.
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I469198fdfd3aec756e250764875a9ebcfd0a108d
Diffstat (limited to 'kubernetes/vfc/components/vfc-huawei-vnfm-driver/.helmignore')
-rw-r--r-- | kubernetes/vfc/components/vfc-huawei-vnfm-driver/.helmignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/vfc/components/vfc-huawei-vnfm-driver/.helmignore b/kubernetes/vfc/components/vfc-huawei-vnfm-driver/.helmignore new file mode 100644 index 0000000000..f0c1319444 --- /dev/null +++ b/kubernetes/vfc/components/vfc-huawei-vnfm-driver/.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 |