mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
52 lines
1.0 KiB
YAML
52 lines
1.0 KiB
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: applications
|
|
namespace: argocd
|
|
spec:
|
|
sourceNamespaces:
|
|
- '*'
|
|
sourceRepos:
|
|
- 'https://github.com/vehagn/*'
|
|
destinations:
|
|
- namespace: 'argocd'
|
|
server: '*'
|
|
- namespace: 'arr'
|
|
server: '*'
|
|
- namespace: 'home-assistant'
|
|
server: '*'
|
|
- namespace: 'plex'
|
|
server: '*'
|
|
- namespace: 'stonegarden'
|
|
server: '*'
|
|
- namespace: 'whoami'
|
|
server: '*'
|
|
- namespace: 'test'
|
|
server: '*'
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: applications
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: app-of-apps
|
|
source:
|
|
path: apps
|
|
repoURL: https://github.com/vehagn/homelab
|
|
targetRevision: HEAD
|
|
destination:
|
|
namespace: argocd
|
|
name: in-cluster
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
prune: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|