Helmule MVP

Basic functionality is there, helmule can mirror helm chart with small
modifications
This commit is contained in:
2024-01-22 08:52:11 +01:00
parent 2f8170cf95
commit aabcb21f3b
53 changed files with 4817 additions and 5 deletions

View File

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