Describe the bug
The rendered templates for opensearch-dashboards cause yamllint warnings due to inconsistent indentation.
To Reproduce
Steps to reproduce the behavior:
- Run
helm template --namespace dashboards dashboards ./charts/opensearch-dashboards > /tmp/dashboards.yaml
- Open
/tmp/dashboards.yaml with and editor that has yamllint integration, or just run yamllint /tmp/dashboards.yaml
- See indentation errors.
Expected behavior
The YAML should be well formed.
Chart Name
Opensearch Dashboards
Screenshots
n/a
Host/Environment (please complete the following information):
- Helm Version: v3.6.2
- Kubernetes Version: 1.20.7
Additional context
n/a