mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user