We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cb92f commit 84792b5Copy full SHA for 84792b5
2 files changed
helm/hubble-observer/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: hubble-observer
3
description: A Helm chart for Hubble Observer - A small observability component that monitors network flows within Cilium.
4
type: application
5
-version: 2.1.1
+version: 2.1.2
6
appVersion: "1.16.4"
7
keywords:
8
- networking
helm/hubble-observer/templates/grafanadashboard.yaml
@@ -22,7 +22,7 @@ spec:
22
- inputName: VAR_HUBBLEOBSERVERNAMESPACE
23
datasourceName: {{ .Release.Namespace }}
24
- inputName: VAR_HUBBLEOBSERVERCF2CNPURL
25
- datasourceName: {{ (index .Values.cf2cnp.ingress.hosts 0).host }}
+ datasourceName: https://{{ (index .Values.cf2cnp.ingress.hosts 0).host }}
26
json: |-
27
{{ .Files.Get "dashboard/cilium-hubble-flows.json" | indent 4 }}
28
{{- end }}
0 commit comments