Skip to content

Commit

Permalink
add user to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Feb 5, 2024
1 parent 40b9124 commit 91f0026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/healthchecks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: healthchecks
description: A Helm chart for hosting healthchecks.io
type: application

version: 0.0.6
version: 0.0.7

# App metadata
appVersion: "v3.0"
Expand Down
2 changes: 2 additions & 0 deletions charts/healthchecks/templates/deployment-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ spec:
env:
- name: POSTGRES_DB
value: {{ .Values.db.name }}
- name: POSTGRES_USER
value: {{ .Values.db.user }}
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 91f0026

Please sign in to comment.