Skip to content

Commit

Permalink
fix: Use planka.fullname for postgres secret name
Browse files Browse the repository at this point in the history
Honor helm releaseName and fullnameOverride for bitnami postgres secrets - fixes #704
  • Loading branch information
janwels89 authored Nov 11, 2024
1 parent 950a070 commit 7389d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/planka/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7389d35

Please sign in to comment.