Skip to content

Commit

Permalink
Merge pull request #2626 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2624-to-release-1.31

[release-1.31] fix: tagValueDelimiter parameter mismatch
  • Loading branch information
andyzhangx authored Nov 13, 2024
2 parents 2c5494b + a201468 commit 0d54478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azureconstants/azure_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 0d54478

Please sign in to comment.