Skip to content

Commit facd409

Browse files
committed
OCPBUGS-54382: Correct ASH driver inject env config
1 parent 582e1dc commit facd409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/driver/azure-disk/azure_disk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const (
5454
configEnvName = "AZURE_ENVIRONMENT_FILEPATH"
5555
azureStackCloudConfig = "/etc/azure/azurestackcloud.json"
5656
// name of volume that contains cloud-config in actual deployment or daemonset
57-
podAzureCfgVolumeName = "cloud-config"
57+
podAzureCfgVolumeName = "src-cloud-config"
5858

5959
diskEncryptionSetID = "diskEncryptionSetID"
6060

0 commit comments

Comments
 (0)