Füge die ArgoCD-Anwendung "dawarich" mit Konfigurationen für Zielnamespace und Quell-Repository hinzu

This commit is contained in:
Matthias Hinrichs
2026-01-16 19:17:33 +01:00
parent 0c38b6b9e8
commit 077a386d93
@@ -0,0 +1,25 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: dawarich
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: dawarich
server: {{ $.Values.spec.destination.server }}
project: homelab
source:
path: .
repoURL: https://git.hnrx.net/k8s/dawarich.git
targetRevision: main
directory:
recurse: true
exclude: 'renovate.json'
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true