Skip to content

Commit 92d4cf0

Browse files
committed
More tweaks
1 parent ca123ae commit 92d4cf0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.KubeConEU25/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8788
helm install -n nfs-provisioner pokprod nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \
8889
--create-namespace \
@@ -165,7 +166,8 @@ echo ""
165166
kubectl 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

170172
helm upgrade -i autopilot -n autopilot autopilot/autopilot --create-namespace
171173

0 commit comments

Comments
 (0)