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
|
name: csi-sc-example
|
||||||
provisioner: pd.csi.storage.gke.io
|
provisioner: pd.csi.storage.gke.io
|
||||||
parameters:
|
parameters:
|
||||||
disk-type: "hyperdisk-balanced"
|
type: "hyperdisk-balanced"
|
||||||
volumeBindingMode: WaitForFirstConsumer
|
volumeBindingMode: WaitForFirstConsumer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -174,4 +174,4 @@ Special thanks to all the contributors that provided great reviews, shared valua
|
||||||
* Jordan Liggitt (liggitt)
|
* Jordan Liggitt (liggitt)
|
||||||
* Matthew Cary (mattcary)
|
* Matthew Cary (mattcary)
|
||||||
* Michelle Au (msau42)
|
* Michelle Au (msau42)
|
||||||
* Xing Yang (xing-yang)
|
* Xing Yang (xing-yang)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue