kubernetes-clustergcekubernetesbare-metalk8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansible
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
14 lines
326 B
---
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: disk.csi.azure.com
|
|
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
|