init argo config

This commit is contained in:
JonaKl
2026-03-17 15:28:15 +01:00
commit fcec50f08b
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd-self
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.controller.bittehackmichnicht.de/argocd/kubernetes-config.git
targetRevision: main
path: argocd
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true