Skip to content

Commit

Permalink
fix for end-to-end-demo (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleware authored Aug 20, 2024
1 parent 429587c commit 3f39aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/end-to-end-security/create-spark-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: demo-serviceaccount
initContainers:
- name: wait-for-trino-tables
image: docker.stackable.tech/stackable/tools:1.0.0-stackable24.7.0
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable24.7.0
command:
- bash
- -euo
Expand All @@ -23,7 +23,7 @@ spec:
kubectl wait --timeout=30m --for=condition=complete job/create-tables-in-trino
containers:
- name: create-spark-report
image: docker.stackable.tech/stackable/tools:1.0.0-stackable24.7.0
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable24.7.0
command:
- bash
- -euo
Expand Down

0 comments on commit 3f39aaa

Please sign in to comment.