Skip to content

Commit

Permalink
Fix param name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescross91 committed Apr 24, 2020
1 parent dee59a4 commit 107a2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/eks/ingress.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "nginx-ingress" {
name = "nginx-ingress"
repository = data.helm_repository.stable.metadata[0].name
chart = "nginx-ingress"
namespace = var.dslab_namespace
namespace = var.ingress_deployment_namespace

set {
name = "controller.name"
Expand All @@ -11,7 +11,7 @@ resource "helm_release" "nginx-ingress" {

set {
name = "controller.scope.namespace"
value = var.dslab_namespace
value = var.ingress_deployment_namespace
}

set {
Expand Down

0 comments on commit 107a2d8

Please sign in to comment.