Remove the beta status from the che.infra.kubernetes.namespace.allow_user_defined (#15365)

Slightly reword its description, too.

Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
7.20.x
Lukas Krejci 2019-12-02 11:19:58 +01:00 committed by GitHub
parent 96b5074cd7
commit b99cd0e06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -245,11 +245,8 @@ che.infra.kubernetes.namespace=
# Is used by OpenShift infra as well to specify Project
che.infra.kubernetes.namespace.default=<username>-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.