Skip to content

Commit 7141e5f

Browse files
committed
Rename azureCloudConfig as backwards compatible
1 parent 20708a9 commit 7141e5f

File tree

1 file changed

+1
-1
lines changed
  • cmd/azure-keyvault-secrets-webhook

1 file changed

+1
-1
lines changed

cmd/azure-keyvault-secrets-webhook/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ func getCredentials() (azure.LegacyTokenCredential, credentialprovider.Credentia
361361

362362
credentials, err := cProvider.GetAzureKeyVaultCredentials()
363363
return credentials, cProvider, err
364-
case "cloudConfig":
364+
case "azureCloudConfig":
365365
klog.V(4).InfoS("using cloudConfig for auth - reading credentials", "file", config.cloudConfig)
366366
f, err := os.Open(config.cloudConfig)
367367
if err != nil {

0 commit comments

Comments
 (0)