Merge pull request #48769 from jsoref/fix-type-parameter
Fix type parameter in example
This commit is contained in:
commit
a78d1512a0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue