re-org for argo

This commit is contained in:
2025-12-30 20:43:53 +11:00
parent f031c4e65b
commit c042a8291e
5 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb
namespace: openshift-gitops
annotations:
argocd.argoproj.io/sync-wave: "-5"
spec:
orphanedResources:
warn: false # Disable warning
project: infrastructure
destination:
server: https://kubernetes.default.svc
source:
repoURL: https://gitea.apilab.us/cscott/metallb.git
targetRevision: main
path: manifests
syncPolicy:
automated:
prune: true
selfHeal: false
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- PruneLast=true