Skip to content

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Zielke committed Apr 30, 2019
1 parent 8847499 commit 02feaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/nginx.tf
Expand Up @@ -32,7 +32,7 @@ data "helm_repository" "stable" {
# https://www.terraform.io/docs/providers/helm/release.html
resource "helm_release" "nginx_ingress" {
name = "nginx-ingress"
repository = "${helm_repository.stable.metadata.0.name}"
repository = "${data.helm_repository.stable.metadata.0.name}"
chart = "nginx-ingress"
namespace = "kube-system"

Expand Down

0 comments on commit 02feaa0

Please sign in to comment.