Skip to content

Commit

Permalink
Update kube-state-metrics.libsonnet
Browse files Browse the repository at this point in the history
Fix typo in error message
  • Loading branch information
m99coder authored Oct 25, 2023
1 parent b9d1ff5 commit 5308081
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 5308081

Please sign in to comment.