Gerben Welter

Results 5 comments of Gerben Welter

We are also experiencing this issue on OpenShift 4.6 and 4.7. Where is this extra prefix coming from?

Is it from this change? https://github.com/argoproj-labs/argocd-operator/commit/3d1c5897c53961fbee8a28f7a9cbbd7d591aad0a#diff-3296585f4de9b03d27051f38cd4384a5cbc24d646119172333fd5b152dbdc215R50

@samuanv We just had too much issues due to the changed ServiceAccounts / RoleBindings. Those problems were exacerbated by our Gatekeeper policies preventing proper creation. Additionally users were also having...

You need to create the Subscription yourself like this: ```yaml apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: argocd-operator spec: channel: alpha installPlanApproval: Manual name: argocd-operator source: community-operators sourceNamespace: openshift-marketplace startingCSV: argocd-operator.v0.0.14...

@vyckou Not that I'm aware of. Users are happy again.