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 e595307 commit 642422aCopy full SHA for 642422a
tests/templates/kuttl/opa/30-install-opa.yaml.j2
@@ -11,7 +11,12 @@ commands:
11
name: opa
12
spec:
13
image:
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] }}"
17
+{% else %}
18
productVersion: "{{ test_scenario['values']['opa-latest'] }}"
19
+{% endif %}
20
pullPolicy: IfNotPresent
21
clusterConfig:
22
userInfo:
0 commit comments