Skip to content

Commit

Permalink
Merge pull request #4 from mbaniadam/master
Browse files Browse the repository at this point in the history
resolved namespace problem
  • Loading branch information
ahmadalibagheri authored Aug 12, 2024
2 parents a82b830 + 85a1111 commit dc244e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


I test it with :
Terraform v1.1.2
provider helm v2.5.1
Terraform v1.5.4
provider helm v3.12.2
provider hashicorp/kubernetes v2.11.0

- Change adminPassword in values.yaml
Expand Down
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
resource "kubernetes_namespace" "kube_namespace" {
metadata {
name = "monitoring"
}
}

resource "helm_release" "grafana" {
name = "grafana"
repository = "https://grafana.github.io/helm-charts"
Expand Down

0 comments on commit dc244e1

Please sign in to comment.