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
|
||||
namespace: {{ .Release.Namespace }}
|
||||
data:
|
||||
postgresExporter.yaml: |-
|
||||
postgresExporter.json: |-
|
||||
{{`{
|
||||
"__inputs": [
|
||||
{
|
||||
|
@ -36,7 +36,7 @@ tests:
|
||||
grafana_dashboard: "1"
|
||||
helm.sh/chart: prometheus-postgres-exporter-0.1.0
|
||||
- exists:
|
||||
path: data["postgresExporter.yaml"]
|
||||
path: data["postgresExporter.json"]
|
||||
|
||||
- it: Test custom annotations and labels
|
||||
set:
|
||||
|
Loading…
Reference in New Issue
Block a user