File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
tests/templates/kuttl/opa Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ metadata:
1010 name: opa
1111spec:
1212 image:
13- productVersion: "{{ test_scenario['values'] ['opa-latest'] }}"
1413{% if test_scenario ['values' ]['opa-latest' ].find ("," ) > 0 %}
15- custom: "{{ test_scenario['values'] ['opa-latest'] .split(',')[1] }}"
16- productVersion: "{{ test_scenario['values'] ['opa-latest'] .split(',')[0] }}"
14+ custom: "{{ test_scenario['values'] ['opa-latest'] .split(',')[1] }}"
15+ productVersion: "{{ test_scenario['values'] ['opa-latest'] .split(',')[0] }}"
1716{% else %}
18- productVersion: "{{ test_scenario['values'] ['opa-latest'] }}"
17+ productVersion: "{{ test_scenario['values'] ['opa-latest'] }}"
1918{% endif %}
2019 pullPolicy: IfNotPresent
2120 clusterConfig:
You can’t perform that action at this time.
0 commit comments