From b99cd0e06e8c9d1b667e71b3b7b3759ce769d985 Mon Sep 17 00:00:00 2001 From: Lukas Krejci Date: Mon, 2 Dec 2019 11:19:58 +0100 Subject: [PATCH] Remove the beta status from the che.infra.kubernetes.namespace.allow_user_defined (#15365) Slightly reword its description, too. Signed-off-by: Lukas Krejci --- .../src/main/webapp/WEB-INF/classes/che/che.properties | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index 840eb83d48..510c483c37 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -245,11 +245,8 @@ che.infra.kubernetes.namespace= # Is used by OpenShift infra as well to specify Project che.infra.kubernetes.namespace.default=-che -# Defines if a user is able to specify Kubernetes namespace different from default. -# It's NOT RECOMMENDED to configured true without OAuth configured. -# Is used by OpenShift infra as well to allows users choose Project -# -# BETA This is not currently supported and setting it to true doesn't have any effect. +# Defines if a user is able to specify Kubernetes namespace (or OpenShift project) different from the default. +# It's NOT RECOMMENDED to configured true without OAuth configured. This property is also used by the OpenShift infra. che.infra.kubernetes.namespace.allow_user_defined=false # Defines Kubernetes Service Account name which should be specified to be bound to all workspaces pods.