We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd311c2 commit 82ac888Copy full SHA for 82ac888
1 file changed
tests/templates/kuttl/opa/20-install-opa.yaml.j2
@@ -10,12 +10,11 @@ metadata:
10
name: opa
11
spec:
12
image:
13
- productVersion: "{{ test_scenario['values']['opa-latest'] }}"
14
{% 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] }}"
+ custom: "{{ test_scenario['values']['opa-latest'].split(',')[1] }}"
+ productVersion: "{{ test_scenario['values']['opa-latest'].split(',')[0] }}"
17
{% else %}
18
+ productVersion: "{{ test_scenario['values']['opa-latest'] }}"
19
{% endif %}
20
pullPolicy: IfNotPresent
21
clusterConfig:
0 commit comments