Files
openclaw/bootstrap/argocd-application.yaml
2026-01-30 10:18:11 +00:00

22 lines
473 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: openclaw
namespace: openshift-gitops
spec:
project: default
source:
repoURL: https://gitea.apilab.us/cscott/openclaw.git
targetRevision: main
path: manifests
destination:
server: https://kubernetes.default.svc
namespace: openclaw
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true