Files
kubernetes/argocd/applications/firefly-iii.yaml
Dustin C. Hatch 25b8b3001f argocd: apps/firefly-iii: Enable auto-sync
This way, merging PRs from *updatebot* will automatically trigger
updating Firefly-III.
2024-08-27 19:05:34 -05:00

17 lines
354 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: firefly-iii
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
project: default
source:
path: firefly-iii
repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git
targetRevision: master
syncPolicy:
automated:
prune: true