Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kube-state-metrics): render extraArgs as YAML to allow multi-line…
… strings in arguments (#2167) The newly introduced `--custom-resource-state-config` argument (kubernetes/kube-state-metrics#1710) accepts a multi-line string as value. The deployment.yaml template currently loops over each .Values.extraArgs, which causes indentation issues when passing a multi-line string. This PR fixes that by rendering .Values.extraArgs as YAML with proper indentation. Signed-off-by: Mitch Hulscher <[email protected]>
- Loading branch information