Helmule MVP
Basic functionality is there, helmule can mirror helm chart with small modifications
This commit is contained in:
7
helmule/examples/patches/regexp/patch.yaml
Normal file
7
helmule/examples/patches/regexp/patch.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
name: Add spaces before comments
|
||||
targets:
|
||||
- values.yaml
|
||||
before: |-
|
||||
^.*[\S]+.*#
|
||||
after: " #"
|
Reference in New Issue
Block a user