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