Skip to content

Commit

Permalink
updates for kiali
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Aug 13, 2024
1 parent 56a15b3 commit d2419b6
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,19 @@ dependency "eks" {
dependency "eks-config" {
config_path = "../eks-config"
}
dependency "eks-loki" {
config_path = "../eks-loki"
dependency "eks-cert-manager" {
config_path = "../eks-cert-manager"
}
dependency "eks-grafana" {
config_path = "../eks-grafana"
}
dependency "eks-prometheus" {
config_path = "../eks-prometheus"
}

inputs = {
profile = dependency.eks.inputs.profile
cluster_name = dependency.eks.inputs.cluster_name
cluster_domain = dependency.eks.inputs.vpc_domain_name
certificate_issuer = dependency.eks.outputs.certificate_issuer
operators_namespace = dependency.eks.outputs.operators_namespace
certificate_issuer = dependency.eks-cert-manager.outputs.certificate_issuer
operators_namespace = dependency.eks-config.outputs.operators_ns
# client_id = var.sso_client_id
# client_secret = var.sso_client_secret
# keycloak_public_url = var.keycloak_public_url
Expand Down

0 comments on commit d2419b6

Please sign in to comment.