Skip to content

Commit 14c88be

Browse files
Update demos/spark-k8s-anomaly-detection-taxi-data/setup-superset.yaml
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent e1c175e commit 14c88be

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

demos/spark-k8s-anomaly-detection-taxi-data/setup-superset.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ spec:
1010
- name: setup-superset
1111
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
1212
command:
13-
[
14-
"bash",
15-
"-c",
16-
"curl -L -o superset-assets.zip sets.zip https://raw.githubusercontent.com/stackabletech/demos/main/demos/spark-k8s-anomaly-detection-taxi-data/superset-assets.zip && python -u /tmp/script/script.py",
17-
]
13+
- bash
14+
- -euo
15+
- pipefail
16+
- -c
17+
- |
18+
curl -L -o superset-assets.zip sets.zip https://raw.githubusercontent.com/stackabletech/demos/main/demos/spark-k8s-anomaly-detection-taxi-data/superset-assets.zip
19+
python -u /tmp/script/script.py
1820
volumeMounts:
1921
- name: script
2022
mountPath: /tmp/script

0 commit comments

Comments
 (0)