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 8925467 commit e4acec5Copy full SHA for e4acec5
tests/templates/kuttl/kerberos/11-install-opa.yaml.j2
@@ -5,7 +5,13 @@ metadata:
5
name: opa
6
spec:
7
image:
8
+{% if test_scenario['values']['opa'].find(",") > 0 %}
9
+ custom: "{{ test_scenario['values']['opa'].split(',')[1] }}"
10
+ productVersion: "{{ test_scenario['values']['opa'].split(',')[0] }}"
11
+{% else %}
12
productVersion: "{{ test_scenario['values']['opa'] }}"
13
+{% endif %}
14
+ pullPolicy: IfNotPresent
15
servers:
16
roleGroups:
17
default: {}
tests/test-definition.yaml
@@ -24,7 +24,7 @@ dimensions:
24
- 1.21.1
25
- name: opa
26
values:
27
- - 1.0.1
+ - 1.4.2
28
- name: number-of-datanodes
29
30
- "1"
0 commit comments