Files
n8n/bootstrap/n8n-application.yaml
2025-12-30 20:47:52 +11:00

23 lines
473 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: n8n
namespace: openshift-gitops
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: n8n
source:
repoURL: https://gitea.apilab.us/cscott/n8n.git
targetRevision: main
path: .
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- PruneLast=true