completely reworked

This commit is contained in:
2025-12-30 17:38:06 +11:00
parent 4e17c1634a
commit c1e8b9bf35
5 changed files with 201 additions and 13 deletions

21
argo-git.yaml Normal file
View File

@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: oadp-backups
namespace: openshift-gitops
spec:
project: default
source:
repoURL: <YOUR_REPO_URL>
targetRevision: main
path: gitops/oadp/base
destination:
server: https://kubernetes.default.svc
namespace: openshift-adp
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- ServerSideApply=true