We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582e1dc commit facd409Copy full SHA for facd409
pkg/driver/azure-disk/azure_disk.go
@@ -54,7 +54,7 @@ const (
54
configEnvName = "AZURE_ENVIRONMENT_FILEPATH"
55
azureStackCloudConfig = "/etc/azure/azurestackcloud.json"
56
// name of volume that contains cloud-config in actual deployment or daemonset
57
- podAzureCfgVolumeName = "cloud-config"
+ podAzureCfgVolumeName = "src-cloud-config"
58
59
diskEncryptionSetID = "diskEncryptionSetID"
60
0 commit comments