Skip to content

Commit

Permalink
fix(postgres): missing database
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Dec 19, 2023
1 parent 5f7630d commit ee16c61
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 ee16c61

Please sign in to comment.