We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0bbfb commit 2ef871cCopy full SHA for 2ef871c
charts/mcp-stack/templates/deployment-mcpgateway.yaml
@@ -139,7 +139,7 @@ spec:
139
{{- if .Values.mcpContextForge.pluginConfig.enabled }}
140
volumeMounts:
141
- name: plugin-config-volume
142
- mountPath: {{ .Values.mcpContextForge.config.PLUGIN_CONFIG_FILE | default "/app/mcpgateway/plugins/config.yaml" }}
+ mountPath: /app/{{ .Values.mcpContextForge.config.PLUGIN_CONFIG_FILE }}
143
subPath: config.yaml
144
{{- end }}
145
0 commit comments