diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-05-21 23:53:02 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-05-22 15:34:13 +0200 |
commit | eac587dc9ace5a5dd587da7de11ae0f239930b59 (patch) | |
tree | 888a76d35909b34bf68f35a318fdf25a518029dd /kubernetes/portal/charts/portal-widget/.helmignore | |
parent | 810b0a1880a9ba897f0698ef5f7f69b2df33d893 (diff) |
[PORTAL] Move portal subcharts to components
In order to allow to define dependencies per subchart let's move all
of them to components and make sure that they can be build
independently.
Issue-ID: AAF-1134
Change-Id: Ia75ba66d9338dbacaea500c20f6a5b384d1685a1
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Diffstat (limited to 'kubernetes/portal/charts/portal-widget/.helmignore')
-rw-r--r-- | kubernetes/portal/charts/portal-widget/.helmignore | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kubernetes/portal/charts/portal-widget/.helmignore b/kubernetes/portal/charts/portal-widget/.helmignore deleted file mode 100644 index daebc7da77..0000000000 --- a/kubernetes/portal/charts/portal-widget/.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
|