Enable to set the value `che.workspace.plugin_broker.wait_timeout_min`
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>7.20.x
parent
48c8513dba
commit
b06e062e4d
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue