Skip to content

Commit

Permalink
fix otel service link
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Sep 22, 2024
1 parent f2d21b3 commit 0560814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ctrlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ctrlplane
description: Ctrlplane Helm chart for Kubernetes
type: application
version: 0.1.24
version: 0.1.25
appVersion: "1.16.0"

maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
name: {{ .secretRef }}
key: GITHUB_BOT_PRIVATE_KEY
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://{{ .Release.Name }}-otel:4318
value: http://{{ $.Release.Name }}-otel:4318
{{- end }}
{{- include "ctrlplane.extraEnv" . | nindent 12 }}
{{- include "ctrlplane.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }}
Expand Down

0 comments on commit 0560814

Please sign in to comment.