Skip to content

Commit

Permalink
as string
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Oct 6, 2023
1 parent 3e401aa commit d6f6d69
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions kubernetes/terraform/configuration/helm-releases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,7 @@ resource "helm_release" "nginx-plus-ingress" {

set {
name = "controller.globalConfiguration.spec"
value = [
<<EOT
listeners:
- name: tcp-listener
port: 8888
protocol: TCP
EOT
]
value = "{\"listeners\":[{\"port\":\"8888\",\"protocol\":\"TCP\",\"name\":\"tcp-listener\"}]}"
}

set {
Expand Down

0 comments on commit d6f6d69

Please sign in to comment.