Skip to content

Commit d4e50ff

Browse files
marlenekohrhamzeh
andauthored
Stringify OPENFGA_GRPC_TLS_ENABLED (#172)
Co-authored-by: Raghd Hamzeh <[email protected]>
1 parent 2802f2e commit d4e50ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/openfga/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ spec:
161161
- name: OPENFGA_DATASTORE_CONN_MAX_LIFETIME
162162
value: "{{ .Values.datastore.connMaxLifetime }}"
163163
{{- end }}
164-
164+
165165
{{- if .Values.maxConcurrentReadsForCheck }}
166166
- name: OPENFGA_MAX_CONCURRENT_READS_FOR_CHECK
167167
value: "{{ .Values.maxConcurrentReadsForCheck }}"
@@ -189,7 +189,7 @@ spec:
189189

190190
{{- if .Values.grpc.tls.enabled }}
191191
- name: OPENFGA_GRPC_TLS_ENABLED
192-
value: {{ .Values.grpc.tls.enabled }}
192+
value: "{{ .Values.grpc.tls.enabled }}"
193193

194194
- name: OPENFGA_GRPC_TLS_CERT
195195
value: {{ .Values.grpc.tls.cert }}

0 commit comments

Comments
 (0)