Skip to content

Commit 906b19d

Browse files
committed
chore: make lint
1 parent 77dfe92 commit 906b19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/manifests/manifests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ func (f *Factory) KubeStateMetricsDeployment(enableCRSMetrics bool) (*appsv1.Dep
773773
allowListValidator := ksmpkg.LabelsAllowList{}
774774
err = allowListValidator.Set(*additionalAllowList)
775775
if err != nil {
776-
return nil, fmt.Errorf("error parsing allowlist: %v", err)
776+
return nil, fmt.Errorf("error parsing allowlist: %w", err)
777777
}
778778
for i = range container.Args {
779779
if strings.HasPrefix(container.Args[i], "--metric-labels-allowlist=") {

0 commit comments

Comments
 (0)