Skip to content

Commit

Permalink
Add OTEL ENVs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Aug 22, 2024
1 parent d17262e commit 3c64698
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ spec:
name: flipflop-secrets
key: fleetdb-oidc-client-secret
{{- end }}
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "{{ .Values.env.otel.url }}"
- name: OTEL_EXPORTER_OTLP_INSECURE
value: "{{ not .Values.env.otel.authenticate }}"
securityContext:
capabilities:
drop:
Expand Down

0 comments on commit 3c64698

Please sign in to comment.