Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/plankanban/planka
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Nov 12, 2024
2 parents 850f6df + 242d415 commit 917dcf3
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 917dcf3

Please sign in to comment.