Skip to content

Commit 96dedca

Browse files
authored
Update storage-classes.md
1 parent 97e543b commit 96dedca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,15 +290,16 @@ parameters:
290290
type: io1
291291
iopsPerGB: "50"
292292
encrypted: "true"
293-
tagSpecification: "key1=value1"
293+
tagSpecification_1: "key1=value1"
294+
tagSpecification_2: "key2=value2"
294295
allowedTopologies:
295296
- matchLabelExpressions:
296297
- key: topology.ebs.csi.aws.com/zone
297298
values:
298299
- us-east-2c
299300
```
300301

301-
- `tagSpecification`: Tags to be applied on dynamically provisioned ebs volumes through AWS_EBS_CSI_DRIVER (in v1.6.0 and later).
302+
- `tagSpecification`: Tags to be applied on dynamically provisioned ebs volumes using this prefix. For more details, refer to the [AWS EBS CSI Driver StorageClass Tagging](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/tagging.md) documentation.
302303

303304
### NFS
304305

0 commit comments

Comments
 (0)