Skip to content

Commit 430bb99

Browse files
authored
Merge pull request #1041 from PaulCapestany/patch-1
Fix incorrect example in installation README
2 parents 436d145 + 93017f2 commit 430bb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)