We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20b156 commit d7160aeCopy full SHA for d7160ae
pkg/volume/azure_dd/azure_common.go
@@ -58,7 +58,7 @@ var (
58
string(api.AzureDedicatedBlobDisk),
59
string(api.AzureManagedDisk))
60
61
- supportedStorageAccountTypes = sets.NewString("Premium_LRS", "Standard_LRS")
+ supportedStorageAccountTypes = sets.NewString("Premium_LRS", "Standard_LRS", "Standard_GRS", "Standard_RAGRS")
62
)
63
64
func getPath(uid types.UID, volName string, host volume.VolumeHost) string {
0 commit comments