Skip to content

Commit

Permalink
fix discovery_url source
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent 73e833a commit 2e08564
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ inputs = {
gogatekeeper_tag = include.root.inputs.gatekeeper_tag
gogatekeeper_chart_version = include.root.inputs.gatekeeper_chart_version
namespace = include.root.inputs.namespaces["gatekeeper"]
discovery_url = dependency.eks_keycloak.outputs.discovery_url
keycloak_fqdn = dependency.eks_keycloak.outputs.user_auth_realm
discovery_url = dependency.eks_keycloak.outputs.user_auth_realm
keycloak_public_url = dependency.eks_keycloak.outputs.public_endpoint
keycloak_ns = dependency.eks_keycloak.outputs.namespace
service_name = include.root.inputs.gatekeeper_service_name
Expand Down

0 comments on commit 2e08564

Please sign in to comment.