This commit is contained in:
2025-04-17 04:54:17 -05:00
parent 4772ff1f3f
commit 28ee277a90

View File

@@ -42,3 +42,25 @@ spec:
syncOptions:
- CreateNamespace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb-system-dev
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: dev/metallb-system
destination:
namespace: metallb-system
name: dev
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true