From 0d53cddae7d2d9c32e10cc9ad8348dd98c94e34b Mon Sep 17 00:00:00 2001 From: SHASHIKANTH MADDINENI Date: Tue, 11 Jul 2023 17:53:55 -0400 Subject: [PATCH] Updated container arguments tag parameter which should be placed under controller --- docs/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 69259c48c..4f74d57c0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -177,12 +177,13 @@ helm upgrade --install aws-efs-csi-driver --namespace kube-system aws-efs-csi-dr | vol-metrics-opt-in | | false | true | Opt in to emit volume metrics. | | vol-metrics-refresh-period | | 240 | true | Refresh period for volume metrics in minutes. | | vol-metrics-fs-rate-limit | | 5 | true | Volume metrics routines rate limiter per file system. | -| tags | | | true | Space separated key:value pairs which will be added as tags for EFS resources. For example, '--tags=name:efs-tag-test date:Jan24' | + ### Container Arguments for deployment(controller) -| Parameters | Values | Default | Optional | Description | -|-----------------------------|--------|---------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| delete-access-point-root-dir| | false | true | Opt in to delete access point root directory by DeleteVolume. By default, DeleteVolume will delete the access point behind Persistent Volume and deleting access point will not delete the access point root directory or its contents. | +| Parameters | Values | Default | Optional | Description | +|-----------------------------|--------|----------|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| delete-access-point-root-dir| | false | true | Opt in to delete access point root directory by DeleteVolume. By default, DeleteVolume will delete the access point behind Persistent Volume and deleting access point will not delete the access point root directory or its contents. | +| tags | | | true | Space separated key:value pairs which will be added as tags for EFS resources. For example, '--tags=name:efs-tag-test date:Jan24' | ### Upgrading the EFS CSI Driver