Skip to content

Commit

Permalink
fix(eks-gatekeeper): update inputs after module change
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 24, 2025
1 parent f32479f commit 838c40a
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,26 +115,25 @@ inputs = {
cluster_name = dependency.eks.outputs.cluster_name

# Gatekeeper Standard Config
client_id = dependency.eks_keycloak.outputs.client_id
client_secret = dependency.eks_keycloak.outputs.client_secret
gatekeeper_tag = include.root.inputs.gatekeeper_tag
gatekeeper_chart_version = include.root.inputs.gatekeeper_chart_version
gatekeeper_tag = include.root.inputs.gatekeeper_tag
keycloak_client_id = dependency.eks_keycloak.outputs.client_id
keycloak_client_secret = dependency.eks_keycloak.outputs.client_secret
keycloak_fqdn = dependency.eks_keycloak.outputs.user_auth_realm
keycloak_ns = dependency.eks_keycloak.outputs.namespace
user_secret = dependency.eks_keycloak.outputs.user_secret

# Dashboard Gatekeeper Config
# Dashboard Gatekeeper Config
dashboard_ns = dependency.eks-k8s-dashboard.outputs.namespace
dashboard_service_name = "dashboard"
dashboard_url = dependency.eks-k8s-dashboard.outputs.internal_endpoint.url
dashboard_user_token = dependency.eks-k8s-dashboard.outputs.dashboard-user-token

# Grafana Gatekeeper Config
# Grafana Gatekeeper Config
grafana_ns = dependency.eks-grafana.outputs.namespace
grafana_service_name = "grafana"
grafana_url = dependency.eks-grafana.outputs.internal_endpoint.url

# Kaili Gatekeeper Config
# Kaili Gatekeeper Config
kiali_ns = dependency.eks-kiali.outputs.namespace
kiali_service_name = "kiali"
kiali_url = dependency.eks-kiali.outputs.internal_endpoint.url
Expand Down

0 comments on commit 838c40a

Please sign in to comment.