diff --git a/charts/fluent-bit/dashboards/fluent-bit.json b/charts/fluent-bit/dashboards/fluent-bit.json index 42e747e9..803014fd 100644 --- a/charts/fluent-bit/dashboards/fluent-bit.json +++ b/charts/fluent-bit/dashboards/fluent-bit.json @@ -1559,7 +1559,7 @@ }, "timezone": "", "title": "{{ include "fluent-bit.fullname" . }}", - "uid": "{{ include "fluent-bit.dashboard.uid" . }}", + "uid": null, "version": 7, "weekStart": "" } diff --git a/charts/fluent-bit/templates/_helpers.tpl b/charts/fluent-bit/templates/_helpers.tpl index 8400bf10..84a30563 100644 --- a/charts/fluent-bit/templates/_helpers.tpl +++ b/charts/fluent-bit/templates/_helpers.tpl @@ -136,9 +136,3 @@ Create the name of OpenShift SecurityContextConstraints to use {{- printf "%s" (default (include "fluent-bit.fullname" .) .Values.openShift.securityContextConstraints.name) -}} {{- end -}} {{- end -}} -{{/* -Create the uid for grafana fluent-bit dashboard -*/}} -{{- define "fluent-bit.dashboard.uid" -}} -{{- sha256sum (printf "%s/%s" .Release.Namespace .Release.Name) }} -{{- end -}}