mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
NAS-124016 / 24.04 / nextcloud: add back missing nginxConfig prefix to useDiffAccessPort (#1523)
* nextcloud: add back missing nginxConfig prefix to useDiffAccessPort; fixes #1522 * Update library/ix-dev/charts/nextcloud/templates/nginx-configmap.yaml --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow
|
||||
annotations:
|
||||
title: Nextcloud
|
||||
type: application
|
||||
version: 1.6.45
|
||||
version: 1.6.46
|
||||
apiVersion: v2
|
||||
appVersion: 27.0.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -12,7 +12,7 @@ data:
|
||||
|
||||
{{/* Safely access key as it is conditionaly shown */}}
|
||||
{{ if hasKey .Values "nginxConfig" }}
|
||||
{{ $useDiffAccessPort = .Values.useDifferentAccessPort }}
|
||||
{{ $useDiffAccessPort = .Values.nginxConfig.useDifferentAccessPort }}
|
||||
{{ $externalAccessPort = printf ":%v" .Values.nginxConfig.externalAccessPort }}
|
||||
{{ $timeout = .Values.nginxConfig.proxy_timeouts | default 60 }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user