From 585106b2db7f574c03cd9bcc3d1eaef71860c064 Mon Sep 17 00:00:00 2001 From: Eugene Ivantsov Date: Wed, 17 Apr 2019 08:37:42 +0300 Subject: [PATCH] Fix json tag --- deploy/crds/org_v1_che_cr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/crds/org_v1_che_cr.yaml b/deploy/crds/org_v1_che_cr.yaml index 441e3128d..577e48278 100644 --- a/deploy/crds/org_v1_che_cr.yaml +++ b/deploy/crds/org_v1_che_cr.yaml @@ -73,7 +73,7 @@ spec: auth: # instructs operator on whether or not to deploy Keycloak/RH SSO instance. When set to true provision connection details - externalIdentityProvider: false + externalIdentityProvider: # retrieved from respective route/ingress unless explicitly specified in CR (when ExternalKeycloak is true) identityProviderURL: # password for keycloak database user. Auto generated if left blank @@ -81,7 +81,7 @@ spec: # desired admin username of Keycloak admin user (applicable only when externalIdentityProvider is false) identityProviderAdminUserName: '' # desired password of Keycloak admin user (applicable only when externalIdentityProvider is false) - identityProviderAdminPassword: 'admin' + identityProviderPassword: 'admin' # name of a keycloak realm. This realm will be created, when externalIdentityProvider is true, otherwise passed to Che server identityProviderRealm: '' # id of a keycloak client. This client will be created, when externalIdentityProvider is false, otherwise passed to Che server