Fix: Add user password key to PostgreSQL authentication configuration for OpenProject
This commit is contained in:
parent
bc8a44ed89
commit
086edcfe28
@ -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 -}}
|
|
||||||
@ -19,6 +19,8 @@ openproject:
|
|||||||
port: 5432
|
port: 5432
|
||||||
auth:
|
auth:
|
||||||
existingSecret: openproject-pg-cluster-app
|
existingSecret: openproject-pg-cluster-app
|
||||||
|
secretKeys:
|
||||||
|
userPasswordKey: password
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user