apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: irc-now-instances namespace: openshift-gitops spec: project: default source: repoURL: https://gitlab.com/irc-now/irc-now.git targetRevision: main path: deploy/instances destination: server: https://kubernetes.default.svc namespace: irc-josie-cloud syncPolicy: automated: prune: true selfHeal: true