Skip to content

Commit 57758bc

Browse files
Fix MaxConnAgeSeconds
1 parent 3191303 commit 57758bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/charts/gubernator/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ HTTP Port
114114
{{- end }}
115115
{{- if .Values.gubernator.server.grpc.maxConnAgeSeconds }}
116116
- name: GUBER_GRPC_MAX_CONN_AGE_SEC
117-
value: {{ .Values.gubernator.server.grpc.maxConnAgeSeconds }}
117+
value: "{{ .Values.gubernator.server.grpc.maxConnAgeSeconds }}"
118118
{{- end }}
119119
{{- end }}

0 commit comments

Comments
 (0)