Nikolai Rodionov
aabcb21f3b
Basic functionality is there, helmule can mirror helm chart with small modifications
8 lines
99 B
YAML
8 lines
99 B
YAML
---
|
|
name: Add spaces before comments
|
|
targets:
|
|
- values.yaml
|
|
before: |-
|
|
^.*[\S]+.*#
|
|
after: " #"
|