fix: Update helm chart variables

This commit is contained in:
Chris Coutinho
2025-10-29 11:54:26 +01:00
parent 202058bdc8
commit cb74157d51
2 changed files with 5 additions and 8 deletions
@@ -95,15 +95,11 @@ Create the name of the PVC to use for OAuth storage
{{- end }}
{{/*
Return the appropriate MCP server port based on auth mode
Return the MCP server port
*/}}
{{- define "nextcloud-mcp-server.port" -}}
{{- if eq .Values.auth.mode "oauth" }}
{{- .Values.auth.oauth.port }}
{{- else }}
{{- .Values.mcp.port }}
{{- end }}
{{- end }}
{{/*
Return the image tag