Skip to content

Commit

Permalink
deploy config resources to default namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine authored Apr 21, 2020
1 parent 667d3d8 commit 6646fed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ resource "helm_release" "cert_manager" {
file("${path.module}/defaults.yaml"),
file("${var.helm_values_root}/values.yaml"),
]

set {
name = "clusterResourceNamespace"
value = var.k8s_namespace
}
}

resource "null_resource" "apply_issuer" {
Expand Down

0 comments on commit 6646fed

Please sign in to comment.