Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions charts/openfga/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,8 @@ spec:
value: {{ .Values.grpc.tls.key }}
{{- end }}

{{- if .Values.http.enabled }}
- name: OPENFGA_HTTP_ENABLED
value: "{{ .Values.http.enabled }}"
{{- end }}

{{- if .Values.http.addr }}
- name: OPENFGA_HTTP_ADDR
Expand Down Expand Up @@ -363,10 +361,8 @@ spec:
value: "{{ .Values.allowEvaluating1_0Models }}"
{{- end }}

{{- if .Values.telemetry.metrics.enabled }}
- name: OPENFGA_METRICS_ENABLED
value: "{{ .Values.telemetry.metrics.enabled }}"
{{- end }}

{{- if .Values.telemetry.metrics.addr }}
- name: OPENFGA_METRICS_ADDR
Expand Down