mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
34 lines
690 B
YAML
34 lines
690 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: infrastructure
|
|
namespace: argocd
|
|
spec:
|
|
sourceRepos:
|
|
- 'https://github.com/vehagn/*'
|
|
destinations:
|
|
- namespace: 'metallb-system'
|
|
server: '*'
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: infrastructure
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: app-of-apps
|
|
source:
|
|
path: infra
|
|
repoURL: https://github.com/vehagn/homelab
|
|
targetRevision: HEAD
|
|
destination:
|
|
namespace: argocd
|
|
name: in-cluster
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true |