apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: irc-now-operators namespace: openshift-gitops spec: project: default sources: - repoURL: https://gitlab.com/irc-now/irc-now.git targetRevision: main path: crates/platform-operator/deploy - repoURL: https://gitlab.com/irc-now/irc-now.git targetRevision: main path: crates/soju-operator/deploy - repoURL: https://gitlab.com/irc-now/irc-now.git targetRevision: main path: crates/ergo-operator/deploy destination: server: https://kubernetes.default.svc namespace: irc-josie-cloud syncPolicy: automated: prune: true selfHeal: true syncOptions: - RespectIgnoreDifferences=true ignoreDifferences: - group: "" kind: Secret jsonPointers: - /data