diff --git a/content/en/docs/concepts/storage/storage-classes.md b/content/en/docs/concepts/storage/storage-classes.md index a15473f735..af07e205a2 100644 --- a/content/en/docs/concepts/storage/storage-classes.md +++ b/content/en/docs/concepts/storage/storage-classes.md @@ -290,7 +290,8 @@ parameters: type: io1 iopsPerGB: "50" encrypted: "true" - tagSpecification: "key1=value1" + tagSpecification_1: "key1=value1" + tagSpecification_2: "key2=value2" allowedTopologies: - matchLabelExpressions: - key: topology.ebs.csi.aws.com/zone @@ -298,7 +299,7 @@ allowedTopologies: - us-east-2c ``` -- `tagSpecification`: Tags to be applied on dynamically provisioned ebs volumes through AWS_EBS_CSI_DRIVER (in v1.6.0 and later). +- `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. ### NFS