diff --git a/utils/defaults/defaults.go b/utils/defaults/defaults.go index 907b6cd067..800cae608c 100644 --- a/utils/defaults/defaults.go +++ b/utils/defaults/defaults.go @@ -49,7 +49,7 @@ const ( DefaultRolloutsConfigMapName = "argo-rollouts-config" // DefaultRolloutPluginFolder is the default location where plugins will be downloaded and/or moved to. DefaultRolloutPluginFolder = "plugin-bin" - // DefaultDescribeTagsLimit is the default number resources (ARNs) in a single call + // DefaultDescribeTagsLimit is the default number resources (ARNs) in a single call DefaultDescribeTagsLimit int = 20 )