aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-10-19 11:34:15 +0000
committerGerrit Code Review <gerrit@onap.org>2023-10-19 11:34:15 +0000
commit4bd69da6e25e55305503c5a4ed8915447ba583da (patch)
treed92ff10eab75df1b2cc69e4c648c8ac103c11129 /kubernetes/sdc
parent7a24e5fedfafeab43c80403759507960abb3c2b0 (diff)
parent891eeb77f57dcb28db018fab84ece4b46758a162 (diff)
Merge "[CASSANDRA] Add Reaper and Stargate label checked by SDC/AAI"
Diffstat (limited to 'kubernetes/sdc')
-rw-r--r--kubernetes/sdc/components/sdc-cs/templates/job.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/sdc/components/sdc-cs/templates/job.yaml b/kubernetes/sdc/components/sdc-cs/templates/job.yaml
index 3738ff4a22..80820544d8 100644
--- a/kubernetes/sdc/components/sdc-cs/templates/job.yaml
+++ b/kubernetes/sdc/components/sdc-cs/templates/job.yaml
@@ -36,9 +36,9 @@ spec:
args:
- --app-name
{{- if .Values.global.sdc_cassandra.localCluster }}
- - sdc-cs
+ - {{ ternary "sdc-cs-reaper" "sdc-cs" .Values.global.sdc_cassandra.useOperator }}
{{- else }}
- - cassandra
+ - {{ ternary "cassandra-reaper" "cassandra" .Values.global.sdc_cassandra.useOperator }}
{{- end }}
- "-t"
- "15"