mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Fix helm postgresql secret (#19678)
* Revert "Fix helm chart use of Postgres Password (#19537)" This reverts commit6094a916b1. * Revert "Fix PostgreSQL password reference for jobs (#19504)" This reverts commitdae954ef11. * Revert "Fix PostgreSQL password reference (#19502)" This reverts commit9bf6a8af82. * Correct default username in postgresql auth
This commit is contained in:
parent
9358fd295d
commit
d3afd7a2f1
10 changed files with 11 additions and 11 deletions
|
|
@ -76,7 +76,7 @@ spec:
|
|||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "mastodon.postgresql.secretName" . }}
|
||||
key: postgres-password
|
||||
key: password
|
||||
- name: "REDIS_PASSWORD"
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue