Skip to content

Commit

Permalink
fix diff supression
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Aug 26, 2020
1 parent ce2245a commit 4c36dea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ resource "kubernetes_deployment" "ebs_csi_controller" {
port {
name = "healthz"
container_port = 9808
host_port = 9808
protocol = "TCP"
}

Expand Down
1 change: 1 addition & 0 deletions node.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ resource "kubernetes_daemonset" "node" {
port {
name = "healthz"
container_port = 9808
host_port = 9808
protocol = "TCP"
}

Expand Down

0 comments on commit 4c36dea

Please sign in to comment.