feat: add helmfile-cmp and remove manifest-cmp

This commit is contained in:
2025-05-12 19:58:23 +02:00
parent 4f5e797d9d
commit 910d2dd426
7 changed files with 32 additions and 97 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: argoproj.io/v1alpha1
kind: ConfigManagementPlugin
metadata:
name: helmfile
spec:
generate:
command: [ /bin/sh ]
args:
- /plugin/generate.sh
discover:
fileName: helmfile.yaml
lockRepo: false