Skip to content

Commit

Permalink
fix: remove hardcoded datasource name
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jan 13, 2021
1 parent d913dd8 commit fe0b4c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ grafana:
kong-dash:
gnetId: 7424
revision: 6
datasource: Prometheus
VALUES

values_dashboard_ingress-nginx = <<VALUES
Expand All @@ -66,7 +65,6 @@ grafana:
cert-manager:
gnetId: 11001
revision: 1
datasource: Prometheus
VALUES
}

Expand Down
3 changes: 0 additions & 3 deletions modules/aws/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ grafana:
kong-dash:
gnetId: 7424
revision: 6
datasource: Prometheus
VALUES

values_dashboard_ingress-nginx = <<VALUES
Expand All @@ -143,7 +142,6 @@ grafana:
cluster-autoscaler:
gnetId: 3831
revision: 1
datasource: Prometheus
VALUES

values_dashboard_cert-manager = <<VALUES
Expand All @@ -153,7 +151,6 @@ grafana:
cert-manager:
gnetId: 11001
revision: 1
datasource: Prometheus
VALUES

values_thanos_sidecar = <<VALUES
Expand Down

0 comments on commit fe0b4c3

Please sign in to comment.