Skip to content

Commit

Permalink
Merge pull request kubernetes#48769 from jsoref/fix-type-parameter
Browse files Browse the repository at this point in the history
Fix type parameter in example
  • Loading branch information
k8s-ci-robot authored Nov 25, 2024
2 parents 2b9e8ef + de0985e commit a78d151
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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)

0 comments on commit a78d151

Please sign in to comment.