Skip to content

Commit

Permalink
no bracket or arrray
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Oct 5, 2023
1 parent a4e99af commit 633e840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/terraform/configuration/helm-releases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ resource "helm_release" "nginx-plus-ingress" {

set {
name = "controller.globalConfiguration.spec"
value = "{listeners:\n- name: tcp-listener\n port: 8888\n protocol: TCP}"
value = "listeners:\n- name: tcp-listener\n port: 8888\n protocol: TCP"
}

set {
Expand Down

0 comments on commit 633e840

Please sign in to comment.