Files
oadp/argo-git.yaml
2025-12-30 17:38:06 +11:00

22 lines
459 B
YAML

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