Skip to content

Commit

Permalink
add clusterDOmain to linkerd-viz
Browse files Browse the repository at this point in the history
  • Loading branch information
huehnerhose committed May 16, 2022
1 parent 212b749 commit 62c764e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ resource "helm_release" "linkerd-viz" {
helm_release.linkerd
]

set {
name = "clusterDomain"
value = var.cluster_dns_name
}

set {
name = "prometheus.enabled"
value = var.external_prometheus_url == "" ? true : false
Expand Down

0 comments on commit 62c764e

Please sign in to comment.