Skip to content

Commit

Permalink
Merge pull request #2252 from m99coder/patch-1
Browse files Browse the repository at this point in the history
Update kube-state-metrics.libsonnet
  • Loading branch information
paulfantom authored Nov 1, 2023
2 parents 8b73d18 + 5308081 commit 8a1a537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local defaults = {
name:: 'kube-state-metrics',
namespace:: error 'must provide namespace',
version:: error 'must provide version',
image:: error 'must provide version',
image:: error 'must provide image',
kubeRbacProxyImage:: error 'must provide kubeRbacProxyImage',
resources:: {
requests: { cpu: '10m', memory: '190Mi' },
Expand Down

0 comments on commit 8a1a537

Please sign in to comment.