mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Added support for dynamic tags in AWS and Azure. (#6752)
* Added support for dynamic tags in AWS and Azure. * Added examples of dynamic tags configuration.
This commit is contained in:
@@ -27,6 +27,9 @@ spec:
|
||||
image: {{ aws_ebs_csi_plugin_image_repo }}:{{ aws_ebs_csi_plugin_image_tag }}
|
||||
args:
|
||||
- --endpoint=$(CSI_ENDPOINT)
|
||||
{% if aws_ebs_csi_extra_volume_tags is defined %}
|
||||
- --extra-volume-tags={{ aws_ebs_csi_extra_volume_tags }}
|
||||
{% endif %}
|
||||
- --logtostderr
|
||||
- --v=5
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user