2024-02-03 22:19:09 +01:00

20 lines
423 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: journal-application
namespace: argocd
annotations:
spec:
project: apps
source:
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/journal-bot.git
targetRevision: main
path: deployment/
destination:
server: https://kubernetes.default.svc
namespace: journal
syncPolicy:
automated:
prune: true
selfHeal: true