Skip to content

Commit

Permalink
quotes for env value
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijith-hr authored and wagmarcel committed May 3, 2024
1 parent aeb42a1 commit c64d6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/pgrest/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: PGRST_JWT_SECRET
value: '@/keyconfig/jwk.json'
- name: PGRST_DB_POOL
value: {{ .Values.pgrest.dbPool }}
value: "{{ .Values.pgrest.dbPool }}"
ports:
- containerPort: 3000
name: rest
Expand Down

0 comments on commit c64d6ce

Please sign in to comment.