Change an obsolete env variable

Signed-off-by: David Festal <dfestal@redhat.com>
pull/38/head
David Festal 2019-06-19 17:11:32 +02:00
parent 6665f3f468
commit 664b51bc85
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func GetCustomConfigMapData() (cheEnv map[string]string) {
"CHE_INFRA_KUBERNETES_SERVICE__ACCOUNT__NAME": "che-workspace",
"CHE_WORKSPACE_AUTO_START": "true",
"CHE_INFRA_KUBERNETES_WORKSPACE__UNRECOVERABLE__EVENTS": "FailedMount,FailedScheduling,MountVolume.SetUp failed,Failed to pull image",
"CHE_WORKSPACE_AGENT_DEV_INACTIVE__STOP__TIMEOUT__MS": "-1",
"CHE_LIMITS_WORKSPACE_IDLE_TIMEOUT": "-1",
}
return cheEnv