You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Enable Linkerd HA Mode for production cluster if true"
type = bool
default = false
}
variable "helm_values_linkerd" {
description = "helm chart values.yaml to be used in addtion"
type = string
default = ""
}
variable "external_prometheus_url" {
description = "disable internal prometheus in favour of external prometheus by supplying prometheus url. See https://linkerd.io/2.11/tasks/external-prometheus/"