diff --git a/pkg/deploy/che_configmap.go b/pkg/deploy/che_configmap.go index b6b2f0c032..f240a2fda5 100644 --- a/pkg/deploy/che_configmap.go +++ b/pkg/deploy/che_configmap.go @@ -69,11 +69,7 @@ type CheConfigMap struct { func GetCustomConfigMapData() (cheEnv map[string]string) { cheEnv = map[string]string{ - "CHE_PREDEFINED_STACKS_RELOAD__ON__START": "true", "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_LIMITS_WORKSPACE_IDLE_TIMEOUT": "-1", } return cheEnv