Skip to content

Commit

Permalink
Fix to get ENVIRONMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 26, 2024
1 parent c7b4e02 commit 0730e0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion osm-seed/templates/db/db-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- name: PGUSER
value: {{ default "postgres" .Values.db.env.POSTGRES_USER | quote }}
- name: ENVIRONMENT
value: {{ default "production" .Values.db.env.ENVIRONMENT | quote }}
value: {{ .Values.environment }}
- name: PGDATA
value: {{ .Values.db.persistenceDisk.mountPath }}
- name: POD_IP
Expand Down
1 change: 0 additions & 1 deletion osm-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ db:
POSTGRES_DB: openstreetmap
POSTGRES_USER: postgres
POSTGRES_PASSWORD: 1234
ENVIRONMENT: production
persistenceDisk:
enabled: false
mountPath: /var/lib/postgresql/data
Expand Down

0 comments on commit 0730e0d

Please sign in to comment.