mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Use planka.fullname for postgres secret name in Helm (#939)
Closes #704
This commit is contained in:
parent
950a070589
commit
242d415142
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ spec:
|
|||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: planka-postgresql-svcbind-custom-user
|
||||
name: {{ include "planka.fullname" . }}-postgresql-svcbind-custom-user
|
||||
key: uri
|
||||
{{- end }}
|
||||
- name: BASE_URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue