Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion charts/postgrest/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
{{- end }}
{{- if .Values.postgrest.maxRows }}
- name: PGRST_DB_MAX_ROWS
value: {{ .Values.postgrest.maxRows }}
value: !!str {{ .Values.postgrest.maxRows }}
{{- end }}
{{- if .Values.postgrest.preRequest }}
- name: PGRST_PRE_REQUEST
Expand Down
Loading