After running format on a comment block with yaml examples the formatting is lost.
Example:
{{- /*
A namespace lowers a mode only by declaring the exception, e.g.
- - name: istio-system
- podSecurity:
- enforce: baseline
+- name: istio-system
+podSecurity:
+enforce: baseline
so overlays list only the exceptions.
*/ -}}
The expectation would be that the intendation would be kept as is.
Version: v0.5.0
After running format on a comment block with yaml examples the formatting is lost.
Example:
{{- /* A namespace lowers a mode only by declaring the exception, e.g. - - name: istio-system - podSecurity: - enforce: baseline +- name: istio-system +podSecurity: +enforce: baseline so overlays list only the exceptions. */ -}}The expectation would be that the intendation would be kept as is.
Version: v0.5.0