File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -702,8 +702,7 @@ SERVER_PORT: "5002"
702702PLUGIN_REMOTE_INSTALLING_HOST: " 0.0.0.0"
703703PLUGIN_REMOTE_INSTALLING_PORT: " 5003"
704704MAX_PLUGIN_PACKAGE_SIZE: " 52428800"
705- PLUGIN_STORAGE_LOCAL_ROOT: {{ .Values.pluginDaemon.persistence.mountPath | quote }}
706- PLUGIN_WORKING_PATH: {{ printf " %s /cwd" .Values.pluginDaemon.persistence.mountPath | clean | quote }}
705+ PLUGIN_WORKING_PATH: " /app/cwd"
707706DIFY_INNER_API_URL: " http://{{ template " dify.api.fullname " . }}:{{ .Values.api.service.port }}"
708707{{- include " dify.marketplace.config" . }}
709708{{- end }}
@@ -761,6 +760,6 @@ VOLCENGINE_TOS_ACCESS_KEY: {{ .Values.externalTOS.accessKey | quote }}
761760# VOLCENGINE_TOS_SECRET_KEY: {{ .Values.externalTOS.secretKey | quote }}
762761{{- else }}
763762PLUGIN_STORAGE_TYPE: local
764- STORAGE_LOCAL_PATH : {{ .Values.pluginDaemon.persistence.mountPath | quote }}
763+ PLUGIN_STORAGE_LOCAL_ROOT : {{ .Values.pluginDaemon.persistence.mountPath | quote }}
765764{{- end }}
766765{{- end }}
You can’t perform that action at this time.
0 commit comments