You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: YAML parse error on azure-resourcemanager-exporter/templates/prometheus/servicemonitor.yaml: error converting YAML to JSON: yaml: line 6: mapping values are not allowed in this context
How to fix:
Change indent to nindent on line 8 in servicemonitor.yaml.
The text was updated successfully, but these errors were encountered:
How to reproduce:
Enable Prometheus in
values.yaml
:Run the command:
helm template .
Error:
How to fix:
Change
indent
tonindent
on line 8 inservicemonitor.yaml
.The text was updated successfully, but these errors were encountered: