Skip to content

Commit

Permalink
now the helm chart itself creates crds
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine authored Apr 22, 2020
1 parent 7cd6201 commit 0eb188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "null_resource" "label_namespace" {
}

resource "helm_release" "cert_manager" {
depends_on = [null_resource.apply_crds, null_resource.label_namespace]
depends_on = [null_resource.label_namespace]
repository = data.helm_repository.jetstack.metadata.0.name
name = coalesce(var.app_name, var.name)
namespace = var.k8s_namespace
Expand Down

0 comments on commit 0eb188b

Please sign in to comment.