Files
gitops/apps/outline-app.yaml
2026-01-12 15:44:30 +00:00

23 lines
507 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: outline
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "5"
spec:
project: default
source:
repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git
targetRevision: HEAD
path: apps/outline
destination:
server: https://kubernetes.default.svc
namespace: outline
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true