File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ Provisioner](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner)
8282<details >
8383
8484``` sh
85- helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner && helm repo update
85+ helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner
86+ helm repo update
8687
8788helm install -n nfs-provisioner pokprod nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \
8889 --create-namespace \
@@ -165,7 +166,8 @@ echo ""
165166kubectl apply --server-side -k setup.k8s/appwrapper/coscheduling
166167
167168# Deploy Autopilot
168- helm repo add autopilot https://ibm.github.io/autopilot/ && helm repo update
169+ helm repo add autopilot https://ibm.github.io/autopilot/
170+ helm repo update
169171
170172helm upgrade -i autopilot -n autopilot autopilot/autopilot --create-namespace
171173
You can’t perform that action at this time.
0 commit comments