From e140cd4493759ca794494d24b7732aa21a0163a8 Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Tue, 12 Sep 2023 15:04:15 -0400 Subject: [PATCH] Preliminary ingress support. --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index ffc9394..ec41901 100644 --- a/variables.tf +++ b/variables.tf @@ -85,6 +85,12 @@ variable "public_hostname" { default = "kiali" } +variable "certificate_issuer" { + description = "The cluster issuer to use to create the grafana SSL certificate." + type = string +} + + # helm repo add kiali https://kiali.org/helm-charts # helm search repo kiali/kiali-operator variable "kiali_operator_version" {