Skip to content

Commit 2ffdca4

Browse files
authored
Authn test: only pull trino IfNotPresent (#600)
1 parent 7104513 commit 2ffdca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/templates/kuttl/authentication/create-trino-cluster.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ metadata:
1818
spec:
1919
image:
2020
productVersion: "'"{{ test_scenario['values']['trino-latest'] }}"'"
21+
pullPolicy: IfNotPresent
2122
clusterConfig:
2223
catalogLabelSelector: {}
2324
{% if lookup('env', 'VECTOR_AGGREGATOR') %}

0 commit comments

Comments
 (0)