Skip to content

Commit a78d151

Browse files
authored
Merge pull request #48769 from jsoref/fix-type-parameter
Fix type parameter in example
2 parents 2b9e8ef + de0985e commit a78d151

File tree

1 file changed

+2
-2
lines changed
  • content/en/blog/_posts/2023-12-15-volume-attributes-class

1 file changed

+2
-2
lines changed

content/en/blog/_posts/2023-12-15-volume-attributes-class/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you would like to see the feature in action and verify it works fine in your
6868
name: csi-sc-example
6969
provisioner: pd.csi.storage.gke.io
7070
parameters:
71-
disk-type: "hyperdisk-balanced"
71+
type: "hyperdisk-balanced"
7272
volumeBindingMode: WaitForFirstConsumer
7373
```
7474
@@ -174,4 +174,4 @@ Special thanks to all the contributors that provided great reviews, shared valua
174174
* Jordan Liggitt (liggitt)
175175
* Matthew Cary (mattcary)
176176
* Michelle Au (msau42)
177-
* Xing Yang (xing-yang)
177+
* Xing Yang (xing-yang)

0 commit comments

Comments
 (0)