Skip to content

Commit

Permalink
fix quotation of --endpoint-rps-limit in proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvich committed Dec 17, 2023
1 parent c18dc87 commit c0bc9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/neon-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
- {{ . }}
{{- end }}
{{- range .Values.settings.endpointRpsLimits }}
- "--endpoint-rps-limit={{ . | quote }}"
--endpoint-rps-limit={{ . | quote }}
{{- end }}
{{- if .Values.settings }}
env:
Expand Down

0 comments on commit c0bc9c8

Please sign in to comment.