Skip to content

Commit 84792b5

Browse files
author
Robin Hermann
committed
fix: missing https in cf2cnp url (grafana dashboard)
1 parent 02cb92f commit 84792b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helm/hubble-observer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: hubble-observer
33
description: A Helm chart for Hubble Observer - A small observability component that monitors network flows within Cilium.
44
type: application
5-
version: 2.1.1
5+
version: 2.1.2
66
appVersion: "1.16.4"
77
keywords:
88
- networking

helm/hubble-observer/templates/grafanadashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- inputName: VAR_HUBBLEOBSERVERNAMESPACE
2323
datasourceName: {{ .Release.Namespace }}
2424
- inputName: VAR_HUBBLEOBSERVERCF2CNPURL
25-
datasourceName: {{ (index .Values.cf2cnp.ingress.hosts 0).host }}
25+
datasourceName: https://{{ (index .Values.cf2cnp.ingress.hosts 0).host }}
2626
json: |-
2727
{{ .Files.Get "dashboard/cilium-hubble-flows.json" | indent 4 }}
2828
{{- end }}

0 commit comments

Comments
 (0)