donflavour
donflavour
Hi @moolen I still get the error with version `v0.8.1` and the following value-file snippet: ``` installCRDs: true certController: create: false webhook: create: false ``` We are running OCP 4.10...
@raffaelespazzoli any updates or workaround on this? What is the recommended namespace?
I do not understand why the the following snippet could do an infinite patch: ``` patchTemplate: '[{"op": "add", "path": "/spec/identityProviders/-","value":{"name": "keycloak","type": "OpenID","mappingMethod": "claim","openID": {"claims": {"email":["email"],"name":["name"],"preferredUsername":["preferred_username"]},"clientID": "ocp-login","clientSecret": {"name": "keycloak-client-secret"},"issuer": "https://xxx"}} }]'...
Does anybody have a running example for `kind: OAuth`? I'm not able to get it running. The following patch works but I can't inject the ldapIDP var: ``` apiVersion: redhatcop.redhat.io/v1alpha1...
Thank you very much for your patch-specs. Unfortunately I'm still not able to get it running. OCP 4.9.43. ``` apiVersion: redhatcop.redhat.io/v1alpha1 kind: Patch metadata: name: oauth-patch namespace: ccb-openshift-config spec: serviceAccountRef:...