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 cf42680 commit a15c61aCopy full SHA for a15c61a
tests/templates/kuttl/cluster-operation/40-restart-hive.yaml.j2
@@ -5,7 +5,12 @@ metadata:
5
name: test-hive
6
spec:
7
image:
8
+{% if test_scenario['values']['hive-latest'].find(",") > 0 %}
9
+ custom: "{{ test_scenario['values']['hive-latest'].split(',')[1] }}"
10
+ productVersion: "{{ test_scenario['values']['hive-latest'].split(',')[0] }}"
11
+{% else %}
12
productVersion: "{{ test_scenario['values']['hive-latest'] }}"
13
+{% endif %}
14
pullPolicy: IfNotPresent
15
clusterConfig:
16
database:
0 commit comments