Files
rke2-single-node/09_homelab_apps/homelab-apps/templates/ghostfolio.yaml
T

24 lines
543 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ghostfolio
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: ghostfolio
server: {{ $.Values.spec.destination.server }}
project: homelab-apps
source:
path: .
repoURL: https://git.hnrx.net/k8s/ghostfolio.git
targetRevision: main
directory:
recurse: true
exclude: 'renovate.json'
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true