Skip to content

Commit 93017f2

Browse files
Fix incorrect example in installation README
Currently there is no `stable` overlay available, example in README should use [`stable-master`](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/tree/master/deploy/kubernetes/overlays/stable-master) instead.
1 parent 7a126c2 commit 93017f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kubernetes/user-guides/driver-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ specified service account
5050

5151
```console
5252
$ GCE_PD_SA_DIR=/my/safe/credentials/directory # Directory to get the service account key
53-
$ GCE_PD_DRIVER_VERSION=stable # Driver version to deploy
53+
$ GCE_PD_DRIVER_VERSION=stable-master # Driver version to deploy
5454
$ ./deploy/kubernetes/deploy-driver.sh
5555
```
5656

0 commit comments

Comments
 (0)