gitops/apps/argocd.yaml
2026-07-22 22:32:04 +02:00

15 lines
314 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.linvogel.ch/linus/gitops.git
targetRevision: main
path: helm/argocd
destination:
server: https://kubernetes.default.svc
namespace: argocd