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