build: Update helm chart README and instructions

This commit is contained in:
Chris Coutinho
2025-10-29 01:37:08 +01:00
parent 77dd17b3e1
commit 97fa9ef8a7
5 changed files with 131 additions and 17 deletions
@@ -76,9 +76,9 @@ spec:
{{- else if eq .Values.auth.mode "oauth" }}
# OAuth mode
- name: NEXTCLOUD_MCP_SERVER_URL
value: {{ .Values.nextcloud.mcpServerUrl | quote }}
value: {{ include "nextcloud-mcp-server.mcpServerUrl" . | quote }}
- name: NEXTCLOUD_PUBLIC_ISSUER_URL
value: {{ .Values.nextcloud.publicIssuerUrl | quote }}
value: {{ include "nextcloud-mcp-server.publicIssuerUrl" . | quote }}
- name: NEXTCLOUD_OIDC_CLIENT_STORAGE
value: "/app/.oauth/nextcloud_oauth_client.json"
- name: NEXTCLOUD_OIDC_SCOPES