deploy-templates/keycloak-operator-resources/templates/keycloak/keycloakclient_web-console-keycloak-client.yaml (13 lines of code) (raw):
apiVersion: v1.edp.epam.com/v1
kind: KeycloakClient
metadata:
name: web-console-keycloak-client
spec:
clientId: web-console-keycloak-client
directAccess: true
clientRoles: null
realmRoles: null
protocolMappers: null
targetRealm: openshift
public: false
webUrl: "https://oauth-openshift.{{ .Values.dnsWildcard }}/oauth2callback/keycloak"