Fix support for the nginx ingress controller.

This commit is contained in:
Tom Alexander
2025-03-22 16:11:04 -04:00
parent 8a0f78032c
commit 91dd7095da
6 changed files with 23 additions and 12 deletions

View File

@@ -46,12 +46,6 @@ variable "public_ingress" {
variable "ingress_type" {
description = "What controller should we use to handle incoming http(s) connections."
type = string
default = "gateway"
validation {
condition = contains(["gateway"], var.ingress_type)
error_message = "Currently only \"gateway\" is supported."
}
}
variable "main_k8s_namespace" {