mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
26 lines
583 B
YAML
26 lines
583 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: homelab-operator
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
destination:
|
|
namespace: foundation
|
|
server: https://kubernetes.default.svc
|
|
project: foundation
|
|
source:
|
|
repoURL: https://github.com/morten-olsen/homelab-operator.git
|
|
path: charts/operator
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
- ApplyOutOfSyncOnly=true
|
|
- CreateNamespace=true
|