helmule/examples/patches/regexp/patch.yaml

8 lines
99 B
YAML
Raw Normal View History

2024-01-10 11:33:05 +00:00
---
name: Add spaces before comments
targets:
- values.yaml
before: |-
^.*[\S]+.*#
after: " #"