diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-03-01 09:26:13 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-03-04 14:02:06 +0100 |
commit | 7acab5645e0fa68f45941c8f1358307fb2e10c8f (patch) | |
tree | 7de3629aea41b27f47db4526b3b14eece40b26e2 /kubernetes/sdnc/requirements.yaml | |
parent | 54a0a8a2a2f6e5ef7debf616de0abbc1c421a231 (diff) |
Add CDS as new chart
CDS (Common Design Studio) was put in common but with the arrival of a
chart that hosts the UI, it seems better to have it into its own "root"
chart.
For now, CDS chart is being installed if it's set as enabled in SDNC.
Change-Id: I73bdcfaeb29b796793374513e152244a41e82d52
Issue-ID: CCSDK-1015
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/sdnc/requirements.yaml')
-rw-r--r-- | kubernetes/sdnc/requirements.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/sdnc/requirements.yaml b/kubernetes/sdnc/requirements.yaml index d144d76f93..56e20672f7 100644 --- a/kubernetes/sdnc/requirements.yaml +++ b/kubernetes/sdnc/requirements.yaml @@ -16,9 +16,10 @@ dependencies: - name: common version: ~4.x-0 repository: '@local' - - name: controller-blueprints + - name: cds version: ~4.x-0 repository: '@local' + condition: cds.enabled - name: mysql version: ~4.x-0 repository: '@local' |