Skip to content

Commit

Permalink
Refactor Prometheus datasource dependencies in monitoring.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlahbib committed Nov 19, 2024
1 parent 9552121 commit f671c3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added _DOCUMENTATION/2024-11-19-01-17-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion _DOCUMENTATION/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

## TERRAFORM MODULES BREAKDOWN

# THE PIPELINE
# CI/CD PIPELINE

## MAKEFILE AND DOCKERFILE

Expand All @@ -47,6 +47,7 @@
### DOCKER COMPOSE, PYTEST, AND PYCOV FOR CODE COVERAGE

## DEPANDABOT FOR DEPENDENCY UPDATES
![](2024-11-19-01-17-11.png)

## SYNC AND BUILD INFRASTRUCTURE

Expand Down
2 changes: 1 addition & 1 deletion terraform/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ resource "helm_release" "prometheus_operator" {
})
})]

depends_on = [kubernetes_config_map.grafana_datasources, kubernetes_config_map.grafana_dashboards]
depends_on = [kubernetes_config_map.grafana_datasources]
}

resource "helm_release" "loki" {
Expand Down

0 comments on commit f671c3c

Please sign in to comment.