lemon-vase-32091
08/10/2021, 7:39 PMk8s.helm.v3.Chart
with a subchart (kube-prometheus-stack in particular).
I am struggling to pass values to a subchart (kube-state-metrics) that is named in kebab-case.
As TS wouldn't accept this as a key I tried to pass it quoted, but this doesn't seen to work
Is there a magic syntax I am missing here? Thanks!
'kube-state-metrics': {
collectors: {
certificatesigningrequests: false,
mutatingwebhookconfigurations: false,
},
}
billowy-army-68599
08/10/2021, 7:56 PMhelm template
to render the chartproud-pizza-80589
08/11/2021, 8:03 AMlemon-vase-32091
08/11/2021, 11:57 AM