Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Aug 23, 2023
1 parent 91b2c0b commit efb05c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
vectorAggregatorConfigMapName: vector-aggregator-discovery
{% endif %}
sparkImage:
{% if test_scenario['values']['spark'].find(":") %}
{% if test_scenario['values']['spark'].find(",") %}
custom: {{test_scenario['values']['spark'] | replace(".", "")}}
{% else %}
productVersion: "{{ test_scenario['values']['spark'] }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dimensions:
- 3.4.0
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
# as in the example below.
#- 3.4.0,docker.stackable.tech/sandbox/spark-k8s:3.4.0-stackable0.0.0-dev
# - 3.4.0,docker.stackable.tech/sandbox/spark-k8s:3.4.0-stackable0.0.0-dev
- name: ny-tlc-report
values:
- 0.1.0
Expand Down

0 comments on commit efb05c4

Please sign in to comment.