Files
GitOps/eu-central-1/argo-apps/nowchess/nowchess.yaml
T

22 lines
504 B
YAML

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