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,6 +6,9 @@ metadata:
provisioner: disk.csi.azure.com
parameters:
skuname: {{ storage_account_type }}
{% if azure_csi_tags is defined %}
tags: {{ azure_csi_tags }}
{% endif %}
reclaimPolicy: Delete
volumeBindingMode: Immediate
allowVolumeExpansion: true