mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-07 06:08:07 +00:00
Mostly copied over from my old repo and modified for app of apps. Cleaning up the mess from migration Signed-off-by: gwg313 <gwg313@pm.me>
18 lines
399 B
YAML
18 lines
399 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: metallb-config
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
path: metallb/config
|
|
repoURL: https://github.com/gwg313/homelab-gitops
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: metallb-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|