helmzoo/helmule/examples/patches/regexp/patch.yaml

8 lines
99 B
YAML
Raw Normal View History

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