aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-cs/Chart.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2021-12-10 08:36:45 +0000
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2022-01-12 07:53:19 +0000
commitfd450c4959d9cb4d4ae18218aa8b4e597139ce56 (patch)
treeb2441bb12066f58ea1cf927a6aad88335e6b842d /kubernetes/sdc/components/sdc-cs/Chart.yaml
parent0d2cf1aee02c84d5ff262b4ac1d414fdadf5432b (diff)
[SDC] Add missing dependency to cassandra chart
In case of "localCluster: true" the cassandra chart will be added in sdc-cs subchart. Renamed global section to sdc-cassandra. Additionally serviceAccount is added to cassandra definition in sdc-cs (see OOM-2905) Issue-ID: OOM-2899 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id943db249a3abd9dbc67e333a05f6c2abd84a810
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
+