Skip to content

Commit

Permalink
Wrong env var for maxRows
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer authored Aug 6, 2023
1 parent 9470843 commit 7249727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/postgrest/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
value: {{ .Values.postgrest.roleClaimKey }}
{{- end }}
{{- if .Values.postgrest.maxRows }}
- name: PGRST_MAX_ROWS
- name: PGRST_DB_MAX_ROWS
value: {{ .Values.postgrest.maxRows }}
{{- end }}
{{- if .Values.postgrest.preRequest }}
Expand Down

0 comments on commit 7249727

Please sign in to comment.