diff --git a/deploy/kubernetes/helm/che/templates/configmap.yaml b/deploy/kubernetes/helm/che/templates/configmap.yaml index 47bd2ebe43..f499e3693d 100644 --- a/deploy/kubernetes/helm/che/templates/configmap.yaml +++ b/deploy/kubernetes/helm/che/templates/configmap.yaml @@ -104,6 +104,10 @@ data: CHE_WORKSPACE_PLUGIN__REGISTRY__URL: https://{{ printf .Values.global.chePluginRegistryUrlFormat .Release.Namespace .Values.global.ingressDomain }}/v3 {{- else }} CHE_WORKSPACE_PLUGIN__REGISTRY__URL: http://{{ printf .Values.global.chePluginRegistryUrlFormat .Release.Namespace .Values.global.ingressDomain }}/v3 +{{- end }} +{{- if .Values.che.workspace.pluginBroker }} + {{- if .Values.che.workspace.pluginBroker.waitTimeoutMin }} + CHE_WORKSPACE_PLUGIN__BROKER_WAIT__TIMEOUT__MIN: {{ .Values.che.workspace.pluginBroker.waitTimeoutMin | quote }} {{- end }} {{- end }} {{- if .Values.workspaceSidecarDefaultRamLimit }} diff --git a/deploy/kubernetes/helm/che/values.yaml b/deploy/kubernetes/helm/che/values.yaml index 41febfeb59..df769e7e7b 100644 --- a/deploy/kubernetes/helm/che/values.yaml +++ b/deploy/kubernetes/helm/che/values.yaml @@ -87,6 +87,8 @@ global: che: workspace: {} # devfileRegistryUrl: "https://che-devfile-registry.openshift.io/" +# pluginBroker: +# waitTimeoutMin: "3" # pluginRegistryUrl: "https://che-plugin-registry.openshift.io/v3" cheDevfileRegistry: