File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
tests/templates/kuttl/overrides Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,12 @@ metadata:
37
37
name: airflow-celery
38
38
spec:
39
39
image:
40
+ {% if test_scenario ['values' ]['airflow-latest' ].find ("," ) > 0 %}
41
+ custom: "{{ test_scenario['values'] ['airflow-latest'] .split(',')[1] }}"
42
+ productVersion: "{{ test_scenario['values'] ['airflow-latest'] .split(',')[0] }}"
43
+ {% else %}
40
44
productVersion: "{{ test_scenario['values'] ['airflow-latest'] }}"
45
+ {% endif %}
41
46
clusterConfig:
42
47
loadExamples: true
43
48
exposeConfig: false
Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ metadata:
5
5
name: airflow-kubernetes
6
6
spec:
7
7
image:
8
+ {% if test_scenario ['values' ]['airflow-latest' ].find ("," ) > 0 %}
9
+ custom: "{{ test_scenario['values'] ['airflow-latest'] .split(',')[1] }}"
10
+ productVersion: "{{ test_scenario['values'] ['airflow-latest'] .split(',')[0] }}"
11
+ {% else %}
8
12
productVersion: "{{ test_scenario['values'] ['airflow-latest'] }}"
13
+ {% endif %}
9
14
clusterConfig:
10
15
loadExamples: true
11
16
exposeConfig: false
You can’t perform that action at this time.
0 commit comments