File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
charts/nextcloud/templates/notify_push Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5252 name : {{ .Values.externalDatabase.existingSecret.secretName | default (printf "%s-db" .Release.Name) }}
5353 key : {{ .Values.externalDatabase.existingSecret.databaseURLKey }}
5454 - name : REDIS_URL
55- value : " redis://{{ template " nextcloud.redis.fullname" . }}-master:{{ .Values.redis.master.service.ports.redis }}"
55+ value : " redis://{{ if .Values.redis.auth.enabled }}:{{ .Values.redis.auth.password }}@{{ end }}{{ template " nextcloud.redis.fullname" . }}-master:{{ .Values.redis.master.service.ports.redis }}"
5656 - name : NEXTCLOUD_URL # deployment.namespace.svc.cluster.local
5757 value : " http{{ if .Values.notifyPush.https }}s{{ end }}://{{ template " nextcloud.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.service.port }}"
5858 ports :
You can’t perform that action at this time.
0 commit comments