Skip to content

Commit 2ef871c

Browse files
author
popagruia
committed
Fixed plugin path
1 parent eb0bbfb commit 2ef871c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/mcp-stack/templates/deployment-mcpgateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ spec:
139139
{{- if .Values.mcpContextForge.pluginConfig.enabled }}
140140
volumeMounts:
141141
- name: plugin-config-volume
142-
mountPath: {{ .Values.mcpContextForge.config.PLUGIN_CONFIG_FILE | default "/app/mcpgateway/plugins/config.yaml" }}
142+
mountPath: /app/{{ .Values.mcpContextForge.config.PLUGIN_CONFIG_FILE }}
143143
subPath: config.yaml
144144
{{- end }}
145145
{{- if .Values.mcpContextForge.pluginConfig.enabled }}

0 commit comments

Comments
 (0)