Enable to set the value `che.workspace.plugin_broker.wait_timeout_min`

Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
7.20.x
Masaki Muranaka 2019-05-19 22:28:21 +09:00 committed by Masaki Muranaka
parent 48c8513dba
commit b06e062e4d
2 changed files with 6 additions and 0 deletions

View File

@ -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 }}

View File

@ -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: