Set the default value for openShiftoAuth to true (#391)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>pull/399/head
parent
68764c888d
commit
bd8679d5a5
|
|
@ -102,7 +102,7 @@ spec:
|
|||
identityProviderClientId: ''
|
||||
# instructs an Operator to enable OpenShift v3 identity provider in Keycloak,
|
||||
# as well as create respective oAuthClient and configure Che configMap accordingly
|
||||
openShiftoAuth: false
|
||||
openShiftoAuth: true
|
||||
# name of oAuthClient used in OpenShift v3 identity provider in Keycloak realm. Auto generated if left blank
|
||||
oAuthClientName: ''
|
||||
# secret used in oAuthClient. Auto generated if left blank
|
||||
|
|
|
|||
Loading…
Reference in New Issue