Files
GitOps/eu-central-1/argo-apps/kargo-projects/nowchess.yaml
T
2026-06-06 15:47:25 +02:00

20 lines
440 B
YAML
Executable File

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nowchess-kargo
namespace: argocd
spec:
project: default
destination:
namespace: nowchess-kargo
server: https://kubernetes.default.svc
sources:
- repoURL: git@git.janis-eccarius.de:NowChess/Gitops.git
path: ./kargo-projects/nowchess
ref: values
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true