We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bba165 commit cf9ba47Copy full SHA for cf9ba47
charts/openfga/templates/deployment.yaml
@@ -161,7 +161,7 @@ spec:
161
- name: OPENFGA_DATASTORE_CONN_MAX_LIFETIME
162
value: "{{ .Values.datastore.connMaxLifetime }}"
163
{{- end }}
164
-
+
165
{{- if .Values.maxConcurrentReadsForCheck }}
166
- name: OPENFGA_MAX_CONCURRENT_READS_FOR_CHECK
167
value: "{{ .Values.maxConcurrentReadsForCheck }}"
@@ -189,7 +189,7 @@ spec:
189
190
{{- if .Values.grpc.tls.enabled }}
191
- name: OPENFGA_GRPC_TLS_ENABLED
192
- value: {{ .Values.grpc.tls.enabled }}
+ value: "{{ .Values.grpc.tls.enabled }}"
193
194
- name: OPENFGA_GRPC_TLS_CERT
195
value: {{ .Values.grpc.tls.cert }}
0 commit comments