chore: set fsType to ext4 in supported storage classes (#73)
This commit is contained in:
Родитель
7187b7b367
Коммит
28f9118981
|
@ -95,6 +95,7 @@ parameters:
|
|||
skuName: Standard_LRS
|
||||
kind: managed
|
||||
cachingMode: ReadOnly
|
||||
fsType: ext4
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
{{- if HasAgentPoolAvailabilityZones}}
|
||||
|
@ -118,6 +119,7 @@ parameters:
|
|||
skuName: Premium_LRS
|
||||
kind: managed
|
||||
cachingMode: ReadOnly
|
||||
fsType: ext4
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
{{- if HasAgentPoolAvailabilityZones}}
|
||||
|
@ -141,6 +143,7 @@ parameters:
|
|||
skuName: Standard_LRS
|
||||
kind: managed
|
||||
cachingMode: ReadOnly
|
||||
fsType: ext4
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
{{- if HasAgentPoolAvailabilityZones}}
|
||||
|
|
|
@ -5894,6 +5894,7 @@ parameters:
|
|||
skuName: Standard_LRS
|
||||
kind: managed
|
||||
cachingMode: ReadOnly
|
||||
fsType: ext4
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
{{- if HasAgentPoolAvailabilityZones}}
|
||||
|
@ -5917,6 +5918,7 @@ parameters:
|
|||
skuName: Premium_LRS
|
||||
kind: managed
|
||||
cachingMode: ReadOnly
|
||||
fsType: ext4
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
{{- if HasAgentPoolAvailabilityZones}}
|
||||
|
@ -5940,6 +5942,7 @@ parameters:
|
|||
skuName: Standard_LRS
|
||||
kind: managed
|
||||
cachingMode: ReadOnly
|
||||
fsType: ext4
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
{{- if HasAgentPoolAvailabilityZones}}
|
||||
|
|
Загрузка…
Ссылка в новой задаче