2023-10-10 13:51:03 +02:00

18 lines
414 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd-imageupdate
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: main
path: infrastructure/argocd-imageupdate
destination:
server: https://kubernetes.default.svc
namespace: journal
syncPolicy:
automated:
prune: true
selfHeal: true