che #15906 setting 'che.workspace.stop.role.enabled' to true
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>7.20.x
parent
5343ae4f80
commit
dcf67014c7
|
|
@ -157,9 +157,9 @@ che.workspace.server.liveness_probes=wsagent/http,exec-agent/http,terminal,theia
|
|||
# default 10MB=10485760
|
||||
che.workspace.startup_debug_log_limit_bytes=10485760
|
||||
|
||||
# If true, 'stop-workspace' role with the edit privileges will be granted to the 'che' ServiceAccount.
|
||||
# If true, 'stop-workspace' role with the edit privileges will be granted to the 'che' ServiceAccount if OpenShift OAuth is enabled.
|
||||
# This configuration is mainly required for workspace idling when the OpenShift OAuth is enabled.
|
||||
che.workspace.stop.role.enabled=false
|
||||
che.workspace.stop.role.enabled=true
|
||||
|
||||
### Templates
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue