Update kube-state-metrics.libsonnet

This commit is contained in:
CatherineF-dev 2024-08-05 12:05:17 -04:00 committed by GitHub
parent f44bafd9af
commit aeade61698
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@
'--track-unscheduled-pods', '--track-unscheduled-pods',
], ],
}; };
local shardksmname = ksm.name + '-no-node-pods'; local shardksmname = ksm.name + '-unscheduled-pods-fetching';
std.mergePatch( std.mergePatch(
ksm.service, ksm.service,
{ {