diff options
author | 2019-09-04 08:22:12 -0400 | |
---|---|---|
committer | 2019-09-16 17:26:35 +0000 | |
commit | c08326a27c5ab00a82fc9352963a5cc9092ff878 (patch) | |
tree | 636342b1195f8aa9d146cbe858fb00778ea65385 /kubernetes/cds/charts/cds-controller-blueprints/.helmignore | |
parent | ea8ee6aed1d337ec58ac1dffd47abda0d2738e00 (diff) |
Remove controller blueprint chart
With the consolidation of designer API within blueprint
processor, we no longer need this micro-service.
It is getting removed completely from backend code.
Change-Id: If0b3191998f37fea53bb6e4ac7a6410b7204d828
Issue-ID: CCSDK-1663
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/cds/charts/cds-controller-blueprints/.helmignore')
-rw-r--r-- | kubernetes/cds/charts/cds-controller-blueprints/.helmignore | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kubernetes/cds/charts/cds-controller-blueprints/.helmignore b/kubernetes/cds/charts/cds-controller-blueprints/.helmignore deleted file mode 100644 index f0c1319444..0000000000 --- a/kubernetes/cds/charts/cds-controller-blueprints/.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 |