1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

fix: Use planka.fullname for postgres secret name

Honor helm releaseName and fullnameOverride for bitnami postgres secrets - fixes #704
This commit is contained in:
Jan Welslau 2024-11-11 16:30:49 +01:00 committed by GitHub
parent 950a070589
commit 7389d353ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ spec:
- name: DATABASE_URL - name: DATABASE_URL
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: planka-postgresql-svcbind-custom-user name: {{ include "planka.fullname" . }}-postgresql-svcbind-custom-user
key: uri key: uri
{{- end }} {{- end }}
- name: BASE_URL - name: BASE_URL