Skip to content

Commit

Permalink
sub of create?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Oct 6, 2023
1 parent e0377f2 commit 823762b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kubernetes/terraform/configuration/helm-releases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,8 @@ resource "helm_release" "nginx-plus-ingress" {
}

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

set {
Expand Down

0 comments on commit 823762b

Please sign in to comment.