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:
Mateusz Adamek
2020-09-26 19:50:48 +02:00
committed by GitHub
parent e67886bf9d
commit aba63f0f9a
5 changed files with 11 additions and 0 deletions

View File

@@ -6,3 +6,4 @@
# aws_ebs_csi_enable_volume_resizing: false
# aws_ebs_csi_controller_replicas: 1
# aws_ebs_csi_plugin_image_tag: latest
# aws_ebs_csi_extra_volume_tags: "Owner=owner,Team=team,Environment=environment'

View File

@@ -30,6 +30,7 @@
# azure_csi_subnet_name:
# azure_csi_security_group_name:
# azure_csi_use_instance_metadata:
# azure_csi_tags: "Owner=owner,Team=team,Environment=environment'
## To enable Azure Disk CSI, uncomment below
# azure_csi_enabled: true