Skip to content

Commit

Permalink
Fix a missing custom test template (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrancke authored Jul 15, 2024
1 parent cf42680 commit a15c61a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ metadata:
name: test-hive
spec:
image:
{% if test_scenario['values']['hive-latest'].find(",") > 0 %}
custom: "{{ test_scenario['values']['hive-latest'].split(',')[1] }}"
productVersion: "{{ test_scenario['values']['hive-latest'].split(',')[0] }}"
{% else %}
productVersion: "{{ test_scenario['values']['hive-latest'] }}"
{% endif %}
pullPolicy: IfNotPresent
clusterConfig:
database:
Expand Down

0 comments on commit a15c61a

Please sign in to comment.