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 891fbed commit 273600fCopy full SHA for 273600f
tests/templates/kuttl/overrides/20-install-druid.yaml.j2
@@ -5,7 +5,12 @@ metadata:
5
name: druid
6
spec:
7
image:
8
+{% if test_scenario['values']['druid-latest'].find(",") > 0 %}
9
+ custom: "{{ test_scenario['values']['druid-latest'].split(',')[1] }}"
10
+ productVersion: "{{ test_scenario['values']['druid-latest'].split(',')[0] }}"
11
+{% else %}
12
productVersion: "{{ test_scenario['values']['druid-latest'] }}"
13
+{% endif %}
14
clusterConfig:
15
deepStorage:
16
hdfs:
0 commit comments