Skip to content

Commit cf9ba47

Browse files
committed
Stringify OPENFGA_GRPC_TLS_ENABLED
1 parent 0bba165 commit cf9ba47

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)