From a201468672418ece58543afe8b623a57d7eb918c Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 13 Nov 2024 03:46:08 +0000 Subject: [PATCH] fix: tagValueDelimiter mismatch --- pkg/azureconstants/azure_constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/azureconstants/azure_constants.go b/pkg/azureconstants/azure_constants.go index c3d5a86a2b..1bfde84b5d 100644 --- a/pkg/azureconstants/azure_constants.go +++ b/pkg/azureconstants/azure_constants.go @@ -105,7 +105,7 @@ const ( MaxThrottlingSleepSec = 1200 AgentNotReadyNodeTaintKeySuffix = "/agent-not-ready" // define tag value delimiter and default is comma - TagValueDelimiterField = "tagValueDelimiter" + TagValueDelimiterField = "tagvaluedelimiter" AzureDiskDriverTag = "kubernetes-azure-dd" )