Skip to content

Commit

Permalink
Preliminary ingress support.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 12, 2023
1 parent f022573 commit e140cd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit e140cd4

Please sign in to comment.