fix(dashboards): rename postgresExporter.yaml to .json
This commit is contained in:
parent
1e9aeb802d
commit
3434c5a737
@ -14,7 +14,7 @@ metadata:
|
|||||||
name: {{ include "prometheus-postgres-exporter.fullname" . }}-grafana-dashboard-postgres-exporter
|
name: {{ include "prometheus-postgres-exporter.fullname" . }}-grafana-dashboard-postgres-exporter
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
data:
|
data:
|
||||||
postgresExporter.yaml: |-
|
postgresExporter.json: |-
|
||||||
{{`{
|
{{`{
|
||||||
"__inputs": [
|
"__inputs": [
|
||||||
{
|
{
|
||||||
|
@ -36,7 +36,7 @@ tests:
|
|||||||
grafana_dashboard: "1"
|
grafana_dashboard: "1"
|
||||||
helm.sh/chart: prometheus-postgres-exporter-0.1.0
|
helm.sh/chart: prometheus-postgres-exporter-0.1.0
|
||||||
- exists:
|
- exists:
|
||||||
path: data["postgresExporter.yaml"]
|
path: data["postgresExporter.json"]
|
||||||
|
|
||||||
- it: Test custom annotations and labels
|
- it: Test custom annotations and labels
|
||||||
set:
|
set:
|
||||||
|
Loading…
Reference in New Issue
Block a user