diff --git a/qhub/template/{{ cookiecutter.repo_directory }}/infrastructure/modules/kubernetes/ingress/crds.tf b/qhub/template/{{ cookiecutter.repo_directory }}/infrastructure/modules/kubernetes/ingress/crds.tf index 74a55bb3a..10e51d6cd 100644 --- a/qhub/template/{{ cookiecutter.repo_directory }}/infrastructure/modules/kubernetes/ingress/crds.tf +++ b/qhub/template/{{ cookiecutter.repo_directory }}/infrastructure/modules/kubernetes/ingress/crds.tf @@ -137,53 +137,13 @@ resource "kubernetes_manifest" "ingress_route" { tls = { type = "object" properties = { - secretName = { - type = "string" - } - options = { - type = "object" - required = ["name", "namespace"] - properties = { - name = { - type = "string" - } - namespace = { - type = "string" - } - } - } - store = { - type = "object" - required = ["name", "namespace"] - properties = { - name = { - type = "string" - } - namespace = { - type = "string" - } - } - } + + + certResolver = { type = "string" } - domains = { - type = "array" - items = { - type = "object" - properties = { - main = { - type = "string" - } - sans = { - type = "array" - items = { - type = "string" - } - } - } - } - } + } } }