Skip to content

Commit

Permalink
remove brackets add to both values
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Oct 6, 2023
1 parent e093ca7 commit 3027a7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ controller:
create: false

## The spec of the GlobalConfiguration for defining the global configuration parameters of the Ingress Controller.
spec: {}
spec: #{}
# listeners:
# - name: dns-udp
# port: 5353
Expand Down
5 changes: 5 additions & 0 deletions kubernetes/terraform/configuration/helm-releases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@ resource "helm_release" "nginx-plus-ingressLink" {
value = "true"
}

set {
name = "controller.globalConfiguration.spec"
value = {}
}

set {
name = "controller.enableSnippets"
value = "true"
Expand Down

0 comments on commit 3027a7a

Please sign in to comment.