Skip to content

Commit

Permalink
Fix PostgreSQL password reference (mastodon#19502)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander authored Oct 28, 2022
1 parent 923f06a commit 9bf6a8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/templates/deployment-sidekiq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
valueFrom:
secretKeyRef:
name: {{ template "mastodon.postgresql.secretName" . }}
key: password
key: postgresql-password
- name: "REDIS_PASSWORD"
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/deployment-streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
valueFrom:
secretKeyRef:
name: {{ template "mastodon.postgresql.secretName" . }}
key: password
key: postgresql-password
- name: "REDIS_PASSWORD"
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
valueFrom:
secretKeyRef:
name: {{ template "mastodon.postgresql.secretName" . }}
key: password
key: postgresql-password
- name: "REDIS_PASSWORD"
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 9bf6a8a

Please sign in to comment.