You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
326 B

  1. ---
  2. apiVersion: storage.k8s.io/v1
  3. kind: StorageClass
  4. metadata:
  5. name: disk.csi.azure.com
  6. provisioner: disk.csi.azure.com
  7. parameters:
  8. skuname: {{ storage_account_type }}
  9. {% if azure_csi_tags is defined %}
  10. tags: {{ azure_csi_tags }}
  11. {% endif %}
  12. reclaimPolicy: Delete
  13. volumeBindingMode: Immediate
  14. allowVolumeExpansion: true