Skip to content

Commit

Permalink
add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtt6300 committed Apr 30, 2020
1 parent 83a8eeb commit daafd5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ terraform {
}
}

resource "kubernetes_namespace" "namespace" {
metadata {
name = var.monitoring_name_space
}
}

data "helm_repository" "stable" {
#https://www.terraform.io/docs/providers/helm/d/repository.html
Expand Down

0 comments on commit daafd5d

Please sign in to comment.