Skip to content

Commit 97e543b

Browse files
authored
Update storage-classes.md
1 parent 88747bf commit 97e543b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,16 +290,15 @@ parameters:
290290
type: io1
291291
iopsPerGB: "50"
292292
encrypted: "true"
293-
tagSpecification_1: "key1=value1"
294-
tagSpecification_2: "key2=hello world"
293+
tagSpecification: "key1=value1"
295294
allowedTopologies:
296295
- matchLabelExpressions:
297296
- key: topology.ebs.csi.aws.com/zone
298297
values:
299298
- us-east-2c
300299
```
301300

302-
- `tagSpecification`: Tags to be applied on dynamically provisioned ebs volumes.
301+
- `tagSpecification`: Tags to be applied on dynamically provisioned ebs volumes through AWS_EBS_CSI_DRIVER (in v1.6.0 and later).
303302

304303
### NFS
305304

0 commit comments

Comments
 (0)