my-homelab-configs/apps/gitea-runner/application.yaml

21 lines
460 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea-runner
namespace: argocd
spec:
project: default
source:
repoURL: ssh://git@192.168.100.73:32222/jv/my-homelab-configs.git
targetRevision: main
path: apps/gitea-runner
destination:
server: https://kubernetes.default.svc
namespace: gitea-runner
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true