zdt-argocd/plugin.yaml
Stefan Reimer 92e7eb3fe8
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/head This commit looks good
ZeroDownTime/zdt-argocd/pipeline/tag This commit looks good
feat: add kubezero-git-sync cmp plugin supporting vals
2025-04-11 14:26:05 +00:00

11 lines
310 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: ConfigManagementPlugin
metadata:
name: kubezero-git-sync
spec:
generate:
command: [sh, -c, 'find . -name "*.yaml" -o -name "*.yml" | while read f; do cat $f; echo "---"; done | vals eval -f -']
# discover:
# find:
# command: [sh, -c, find . -name "*.yaml"]