Skip to content

Commit

Permalink
Update jsonnet/kube-state-metrics/kube-state-metrics.libsonnet
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
CatherineF-dev and mrueg committed Jun 14, 2024
1 parent e6d5520 commit 43c8f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonnet/kube-state-metrics/kube-state-metrics.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
],
name: shardksmname,
};
local shardksmname = ksm.name + "-no-node-pods";
local shardksmname = ksm.name + "-unscheduled-pods-fetching";
std.mergePatch(ksm.deployment,
{
metadata: {
Expand Down

0 comments on commit 43c8f7f

Please sign in to comment.