Skip to content

Commit

Permalink
updated name of pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen committed May 15, 2023
1 parent 192b594 commit 5d3142a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ helm install $SPARK_CHART_NAME /opt/spark \
--set-json='worker.extraVolumeMounts[3]={"name":"datasets","mountPath":"/datasets"}' \
--set-json="master.extraVolumes[0]={\"name\":\"course-workspace\",\"nfs\":{\"server\":\"${FILESYSTEM}\",\"path\":\"${WORKSPACE}\"}}" \
--set-json='master.extraVolumes[1]={"name":"home","persistentVolumeClaim":{"claimName":"home"}}' \
--set-json='master.extraVolumes[2]={"name":"home","persistentVolumeClaim":{"claimName":"datasets"}}' \
--set-json='master.extraVolumes[2]={"name":"home","persistentVolumeClaim":{"claimName":"dsmlp-datasets"}}' \
--set-json='master.extraVolumeMounts[0]={"name":"course-workspace","mountPath":"/home/${USER}"}' \
--set master.extraVolumeMounts[0].mountPath=/home/$USER \
--set master.extraVolumeMounts[0].subPath=home/$USER \
--set-json='master.extraVolumeMounts[1]={"name":"course-workspace","mountPath":"/home/${USER}/public"}' \
--set master.extraVolumeMounts[1].mountPath=/home/$USER/public \
--set master.extraVolumeMounts[1].subPath=public \
--set-json='master.extraVolumeMounts[2]={"name":"home","mountPath":"/home/${USER}/private"}' \
--set-json='master.extraVolumeMounts[3]={"name":"home","mountPath":"/datasets"}' \
--set-json='master.extraVolumeMounts[3]={"name":"datasets","mountPath":"/datasets"}' \
--set master.extraVolumeMounts[2].mountPath=/home/$USER/private

0 comments on commit 5d3142a

Please sign in to comment.