summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-cs/Chart.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2022-01-19 07:09:56 +0000
committerGerrit Code Review <gerrit@onap.org>2022-01-19 07:09:56 +0000
commitbc5844e278f6a27eb8797f7c2f5b1c27853553d2 (patch)
tree9ac15218b77406b4fdb8b869a44c8c060ea8540c /kubernetes/sdc/components/sdc-cs/Chart.yaml
parentbb3ee89da4730327b08747457fbd99692bc2f567 (diff)
parentfd450c4959d9cb4d4ae18218aa8b4e597139ce56 (diff)
Merge "[SDC] Add missing dependency to cassandra chart"
Diffstat (limited to 'kubernetes/sdc/components/sdc-cs/Chart.yaml')
-rw-r--r--kubernetes/sdc/components/sdc-cs/Chart.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/sdc/components/sdc-cs/Chart.yaml b/kubernetes/sdc/components/sdc-cs/Chart.yaml
index 5b4d631889..0789ee32b2 100644
--- a/kubernetes/sdc/components/sdc-cs/Chart.yaml
+++ b/kubernetes/sdc/components/sdc-cs/Chart.yaml
@@ -30,3 +30,11 @@ dependencies:
- name: serviceAccount
version: ~10.x-0
repository: '@local'
+ - name: cassandra
+ version: ~10.x-0
+ # local reference to common chart, as it is
+ # a part of this chart's package and will not
+ # be published independently to a repo (at this point)
+ repository: '@local'
+ condition: global.sdc_cassandra.localCluster
+