helmule/examples/patches/regexp/patch.yaml
2024-01-10 12:33:05 +01:00

8 lines
99 B
YAML

---
name: Add spaces before comments
targets:
- values.yaml
before: |-
^.*[\S]+.*#
after: " #"