Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#932 from mskanth972/APargmaster
Browse files Browse the repository at this point in the history
Updated the delete-access-point-root-dir argument in README
  • Loading branch information
k8s-ci-robot authored Feb 23, 2023
2 parents 0d5059d + d5b3ab5 commit d7cd80f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,12 @@ 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. |
| 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' |

### 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. |
### Upgrading the EFS CSI Driver


Expand Down

0 comments on commit d7cd80f

Please sign in to comment.