diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-21 22:50:06 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-30 21:05:41 +0000 |
commit | fd2f8b8d029ea7e83da16d40cd023cebe4b2f75e (patch) | |
tree | 75b45c3ea6bb8ee6ce6e5658da37546ca11de78d /kubernetes/msb/charts/msb-consul/.helmignore | |
parent | dd99d982adf86279d73d0db7cde0a728e422133d (diff) |
[MSB] Uses new tpls for repos / images
This commit makes MSB chart 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: I97de4e13d077a6b7139d98dcd855f93645489035
Diffstat (limited to 'kubernetes/msb/charts/msb-consul/.helmignore')
-rw-r--r-- | kubernetes/msb/charts/msb-consul/.helmignore | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kubernetes/msb/charts/msb-consul/.helmignore b/kubernetes/msb/charts/msb-consul/.helmignore deleted file mode 100644 index f0c1319444..0000000000 --- a/kubernetes/msb/charts/msb-consul/.helmignore +++ /dev/null @@ -1,21 +0,0 @@ -# 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 |