Skip to content

Commit

Permalink
Merge pull request #11 from SCT-Engineering/bugfix-excludeipranges
Browse files Browse the repository at this point in the history
fix(helm values): bump istio set excludeipranges value
  • Loading branch information
morga471 committed Nov 13, 2024
2 parents 4fbd237 + 806ed29 commit 5e3870b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ resource "helm_release" "istiod" {
value = "/dev/stdout"
}
set {
name = "globalproxy.excludeIPRanges"
name = "global.proxy.excludeIPRanges"
value = "${var.kubernetes_service_apiserver}/32"
}
}
Expand Down

0 comments on commit 5e3870b

Please sign in to comment.