Fix: Add user password key to PostgreSQL authentication configuration for OpenProject

This commit is contained in:
Marco van Zijl 2025-11-23 14:54:55 +01:00
parent bc8a44ed89
commit 086edcfe28
2 changed files with 2 additions and 20 deletions

View File

@ -1,20 +0,0 @@
{{- if .Values.route.main.enabled -}}
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: {{ include "common.names.fullname" . }}
namespace: {{ .Release.Namespace }}
spec:
parentRefs:
{{- toYaml .Values.route.main.parentRefs | nindent 4 }}
hostnames:
{{- toYaml .Values.route.main.hostnames | nindent 4 }}
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: {{ include "common.names.fullname" . }}
port: {{ .Values.service.ports.http.port | default 80 }}
{{- end -}}

View File

@ -19,6 +19,8 @@ openproject:
port: 5432
auth:
existingSecret: openproject-pg-cluster-app
secretKeys:
userPasswordKey: password
replicaCount: 1