homelab-gitops/management/platform-apps/stirling-pdf.yaml
gwg313 4be877e419
update argo files
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-23 22:12:10 -04:00

23 lines
543 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: stirling-pdf
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "15"
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: stirling-pdf
source:
repoURL: https://github.com/gwg313/homelab-gitops.git
path: apps/stirling-pdf
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- SkipDryRunOnMissingResource=true