Compare commits

..

No commits in common. "0.2.1" and "0.2.0" have entirely different histories.
0.2.1 ... 0.2.0

2 changed files with 2 additions and 2 deletions

View File

@ -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.json: |- postgresExporter.yaml: |-
{{`{ {{`{
"__inputs": [ "__inputs": [
{ {

View File

@ -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.json"] path: data["postgresExporter.yaml"]
- it: Test custom annotations and labels - it: Test custom annotations and labels
set: set: