diff --git a/src/tasks/installers/common-tasks.ts b/src/tasks/installers/common-tasks.ts index b26a47906..42f2acadf 100644 --- a/src/tasks/installers/common-tasks.ts +++ b/src/tasks/installers/common-tasks.ts @@ -141,7 +141,7 @@ export function createEclipseCheCluster(flags: any, kube: KubeHelper): Listr.Lis const cheClusterCR = ctx.customCR || ctx.defaultCR const cr = await kube.createCheCluster(cheClusterCR, flags, ctx, !ctx.customCR) - ctx.isKeycloakReady = ctx.isKeycloakReady || cr.spec.auth.externalIdentityProvider + ctx.isKeycloakReady = ctx.isKeycloakReady || cr.spec.auth.externalIdentityProvider || cr.spec.auth.nativeUserMode ctx.isPostgresReady = ctx.isPostgresReady || cr.spec.database.externalDb ctx.isDevfileRegistryReady = ctx.isDevfileRegistryReady || cr.spec.server.externalDevfileRegistry ctx.isPluginRegistryReady = ctx.isPluginRegistryReady || cr.spec.server.externalPluginRegistry