Skip to content

Commit

Permalink
Remove LOG_STATEMENT from db env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 10, 2024
1 parent fac1f09 commit b3a978b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions osm-seed/templates/db/db-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ spec:
value: {{ .Values.db.persistenceDisk.mountPath }}
- name: POD_IP
valueFrom: { fieldRef: { fieldPath: status.podIP } }
- name: LOG_STATEMENT
value: {{ default "none" .Values.db.env.LOG_STATEMENT | quote }}
{{- if .Values.db.postgresqlConfig.enabled }}
command:
- "sh"
Expand Down
1 change: 0 additions & 1 deletion osm-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ db:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: "1234"
ENVIRONMENT: "production"
LOG_STATEMENT: "all"
persistenceDisk:
enabled: false
mountPath: /var/lib/postgresql/data
Expand Down

0 comments on commit b3a978b

Please sign in to comment.