diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-01-19 07:09:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-19 07:09:56 +0000 |
commit | bc5844e278f6a27eb8797f7c2f5b1c27853553d2 (patch) | |
tree | 9ac15218b77406b4fdb8b869a44c8c060ea8540c /kubernetes/sdc/components/sdc-cs/templates | |
parent | bb3ee89da4730327b08747457fbd99692bc2f567 (diff) | |
parent | fd450c4959d9cb4d4ae18218aa8b4e597139ce56 (diff) |
Merge "[SDC] Add missing dependency to cassandra chart"
Diffstat (limited to 'kubernetes/sdc/components/sdc-cs/templates')
-rw-r--r-- | kubernetes/sdc/components/sdc-cs/templates/job.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdc/components/sdc-cs/templates/job.yaml b/kubernetes/sdc/components/sdc-cs/templates/job.yaml index fb849b9f25..4a8388ada4 100644 --- a/kubernetes/sdc/components/sdc-cs/templates/job.yaml +++ b/kubernetes/sdc/components/sdc-cs/templates/job.yaml @@ -42,7 +42,7 @@ spec: - /app/ready.py args: - --container-name - {{- if .Values.global.cassandra.localCluster }} + {{- if .Values.global.sdc_cassandra.localCluster }} - sdc-cs {{- else }} - cassandra |