feat: add cdi plugin

This commit is contained in:
2025-09-22 23:33:48 +08:00
parent 46df6dc96a
commit 488ea0e48e
3 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-generic-cdi-plugin
namespace: flux-system
spec:
interval: 1h0m0s
path: ./infra/controllers/generic-cdi-plugin
prune: true
retryInterval: 1m0s
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m0s
wait: true