Merge pull request #48769 from jsoref/fix-type-parameter

Fix type parameter in example
This commit is contained in:
Kubernetes Prow Robot 2024-11-25 00:42:55 +00:00 committed by GitHub
commit a78d1512a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ If you would like to see the feature in action and verify it works fine in your
name: csi-sc-example
provisioner: pd.csi.storage.gke.io
parameters:
disk-type: "hyperdisk-balanced"
type: "hyperdisk-balanced"
volumeBindingMode: WaitForFirstConsumer
```
@ -174,4 +174,4 @@ Special thanks to all the contributors that provided great reviews, shared valua
* Jordan Liggitt (liggitt)
* Matthew Cary (mattcary)
* Michelle Au (msau42)
* Xing Yang (xing-yang)
* Xing Yang (xing-yang)