Skip to content

Commit

Permalink
Stringify OPENFGA_GRPC_TLS_ENABLED (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: Raghd Hamzeh <[email protected]>
  • Loading branch information
marlenekoh and rhamzeh authored Jan 28, 2025
1 parent 2802f2e commit d4e50ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/openfga/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
- name: OPENFGA_DATASTORE_CONN_MAX_LIFETIME
value: "{{ .Values.datastore.connMaxLifetime }}"
{{- end }}

{{- if .Values.maxConcurrentReadsForCheck }}
- name: OPENFGA_MAX_CONCURRENT_READS_FOR_CHECK
value: "{{ .Values.maxConcurrentReadsForCheck }}"
Expand Down Expand Up @@ -189,7 +189,7 @@ spec:

{{- if .Values.grpc.tls.enabled }}
- name: OPENFGA_GRPC_TLS_ENABLED
value: {{ .Values.grpc.tls.enabled }}
value: "{{ .Values.grpc.tls.enabled }}"

- name: OPENFGA_GRPC_TLS_CERT
value: {{ .Values.grpc.tls.cert }}
Expand Down

0 comments on commit d4e50ff

Please sign in to comment.