Skip to content

Commit

Permalink
Merge pull request #3 from johanneswuerbach/postgres-db
Browse files Browse the repository at this point in the history
fix(postgres): missing database
  • Loading branch information
johanneswuerbach authored Dec 21, 2023
2 parents 5f7630d + ee16c61 commit 1f295ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions humanitec-resource-defs/postgres/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ statefulset.yaml:
secretKeyRef:
name: {{ .init.name }}
key: POSTGRES_PASSWORD
- name: POSTGRES_DB
value: {{ .init.database | quote }}
- name: PGDATA
value: /var/lib/postgresql/data/pgdata
- name: PGPORT
Expand Down

0 comments on commit 1f295ef

Please sign in to comment.