mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 10:08:37 +03:00
Add support for including annotations on aws-ebs-csi-controller (#8779)
* Add support for including annotations on aws-ebs-csi-controller * update comment to specify role arn
This commit is contained in:
@@ -4,3 +4,8 @@ aws_ebs_csi_enable_volume_snapshot: false
|
||||
aws_ebs_csi_enable_volume_resizing: false
|
||||
aws_ebs_csi_controller_replicas: 1
|
||||
aws_ebs_csi_plugin_image_tag: latest
|
||||
|
||||
# Add annotions to ebs_csi_controller. Useful if using kube2iam for role assumption
|
||||
# aws_ebs_csi_annotations:
|
||||
# - key: iam.amazonaws.com/role
|
||||
# value: your-ebs-role-arn
|
||||
|
||||
Reference in New Issue
Block a user