re-org for argo

This commit is contained in:
2025-12-30 20:47:52 +11:00
parent 630c70c95a
commit fc00bd5b4a
13 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
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