diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-10-19 11:34:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-10-19 11:34:15 +0000 |
commit | 4bd69da6e25e55305503c5a4ed8915447ba583da (patch) | |
tree | d92ff10eab75df1b2cc69e4c648c8ac103c11129 /kubernetes/sdc/components/sdc-cs/templates/job.yaml | |
parent | 7a24e5fedfafeab43c80403759507960abb3c2b0 (diff) | |
parent | 891eeb77f57dcb28db018fab84ece4b46758a162 (diff) |
Merge "[CASSANDRA] Add Reaper and Stargate label checked by SDC/AAI"
Diffstat (limited to 'kubernetes/sdc/components/sdc-cs/templates/job.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-cs/templates/job.yaml | 4 |
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" |