reorganised

This commit is contained in:
2025-12-30 19:58:08 +11:00
parent 8aa0a67cd1
commit 19a9126fae
9 changed files with 24 additions and 0 deletions

View File

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