fix(helm): Update helm chart with extraArgs

This commit is contained in:
Chris Coutinho
2025-10-29 11:57:13 +01:00
parent e647c87dd8
commit 3b12e585ca
3 changed files with 23 additions and 5 deletions
@@ -46,11 +46,12 @@ spec:
- "{{ .Values.mcp.transport }}"
{{- if eq .Values.auth.mode "oauth" }}
- "--oauth"
- "--port"
- "{{ .Values.auth.oauth.port }}"
- "--oauth-token-type"
- "{{ .Values.auth.oauth.tokenType }}"
{{- end }}
{{- with .Values.mcp.extraArgs }}
{{- toYaml . | nindent 12 }}
{{- end }}
ports:
- name: http
containerPort: {{ include "nextcloud-mcp-server.port" . }}