This commit is contained in:
2024-05-13 07:36:54 -05:00
parent 8ff8705a2f
commit 583c548900
4 changed files with 409 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: methallb
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: dev
path: methallb
destination:
namespace: methallb
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true