2024-01-15 19:03:49 +01:00

19 lines
432 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb-application
namespace: argocd
spec:
project: infrastructure
source:
repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git
targetRevision: main
path: infrastructure/metallb-system
destination:
server: https://kubernetes.default.svc
namespace: metallb-system
syncPolicy:
automated:
prune: true
selfHeal: true