Skip to content

Commit de0dee3

Browse files
committed
format command args consistently
1 parent ad8aeb7 commit de0dee3

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

stacks/jupyterhub-pyspark-hdfs/jupyterlab.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ spec:
4141
- name: download-notebook
4242
image: oci.stackable.tech/stackable/spark-connect-client:3.5.7-stackable0.0.0-dev
4343
command:
44-
[
45-
"sh",
46-
"-c",
47-
"curl https://raw.githubusercontent.com/stackabletech/demos/main/stacks/jupyterhub-pyspark-hdfs/notebook.ipynb -o /notebook/notebook.ipynb",
48-
]
44+
- bash
45+
args:
46+
- -c
47+
- curl https://raw.githubusercontent.com/stackabletech/demos/main/stacks/jupyterhub-pyspark-hdfs/notebook.ipynb -o /notebook/notebook.ipynb
4948
volumeMounts:
5049
- mountPath: /notebook
5150
name: notebook

0 commit comments

Comments
 (0)