Skip to content

Commit

Permalink
update internal url ref
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 13, 2025
1 parent 8356128 commit b1c61af
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include "root" {
}

terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-kiali.git?ref=${include.root.inputs.release_version}"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-kiali.git?ref=mcmCluster"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20s"]
Expand Down Expand Up @@ -103,8 +103,7 @@ inputs = {
grafana_public_url = dependency.eks_grafana.outputs.public_endpoint

kiali_operator_version = include.root.inputs.kiali_operator_version
operator_namespace = dependency.eks_config.outputs.operator_namespace

prometheus_internal_url = dependency.eks_prometheus.outputs.internal_endpoint.url
prometheus_internal_url = dependency.eks_prometheus.outputs.prometheus_server_internal_endpoint.url
# jager_internal_url = dependency.eks_prometheus.outputs.jager_internal_url
}

0 comments on commit b1c61af

Please sign in to comment.