We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88747bf commit 97e543bCopy full SHA for 97e543b
content/en/docs/concepts/storage/storage-classes.md
@@ -290,16 +290,15 @@ parameters:
290
type: io1
291
iopsPerGB: "50"
292
encrypted: "true"
293
- tagSpecification_1: "key1=value1"
294
- tagSpecification_2: "key2=hello world"
+ tagSpecification: "key1=value1"
295
allowedTopologies:
296
- matchLabelExpressions:
297
- key: topology.ebs.csi.aws.com/zone
298
values:
299
- us-east-2c
300
```
301
302
-- `tagSpecification`: Tags to be applied on dynamically provisioned ebs volumes.
+- `tagSpecification`: Tags to be applied on dynamically provisioned ebs volumes through AWS_EBS_CSI_DRIVER (in v1.6.0 and later).
303
304
### NFS
305
0 commit comments