Skip to content

Commit

Permalink
feat: remove global postgres values
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorbo authored and Tjorben Schiller committed Aug 29, 2024
1 parent a914dd4 commit bb1f58c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terminfinder-chart/charts/terminfinder-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.2
condition: postgresql.enabled
condition: postgresql.useSubChart
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
Expand Down
3 changes: 3 additions & 0 deletions terminfinder-chart/charts/terminfinder-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ postgresql:
database: terminfinder
username: terminfinder
enablePostgresUser: false
existingSecret: postgresql-default-auth
secretKeys:
userPasswordKey: password

primary:
persistence:
Expand Down

0 comments on commit bb1f58c

Please sign in to comment.