Skip to content

Commit

Permalink
Remove unrelated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenekoh committed Dec 10, 2024
1 parent b8e6c73 commit 83ea50b
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 83ea50b

Please sign in to comment.