Skip to content

Commit

Permalink
Merge pull request #18 from Permify/next
Browse files Browse the repository at this point in the history
feat: meter and tracer headers added
  • Loading branch information
tolgaOzen committed Apr 26, 2024
2 parents d0e62c5 + 37d938e commit a1e2163
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/permify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type: application
version: 0.2.2

# The specific application version that this Helm chart is designed to deploy.
appVersion: "v0.7.9"
appVersion: "v0.8.1"

# Keywords associated with the Helm chart for searchability.
keywords:
Expand Down
10 changes: 10 additions & 0 deletions charts/permify/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ spec:
value: "{{ .Values.app.tracer.urlpath }}"
{{- end }}

{{- if .Values.app.tracer.headers }}
- name: PERMIFY_TRACER_HEADERS
value: "{{ .Values.app.tracer.headers }}"
{{- end }}

{{- end }}

{{- if .Values.app.meter.enabled }}
Expand All @@ -221,6 +226,11 @@ spec:
value: "{{ .Values.app.meter.urlpath }}"
{{- end }}

{{- if .Values.app.meter.headers }}
- name: PERMIFY_METER_HEADERS
value: "{{ .Values.app.meter.headers }}"
{{- end }}

{{- end }}

{{- if .Values.app.service.circuit_breaker }}
Expand Down

0 comments on commit a1e2163

Please sign in to comment.