Skip to content

Commit

Permalink
fix: stringify .grpc.tls.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenekoh committed Oct 5, 2024
1 parent 136354a commit 0f5bb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openfga/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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 0f5bb3e

Please sign in to comment.