Skip to content

Commit

Permalink
Merge pull request #80 from openinfradev/bugfix.fix_client_id
Browse files Browse the repository at this point in the history
bugfix. fix client id
  • Loading branch information
zugwan authored Apr 11, 2022
2 parents bebeab3 + 1187683 commit f4e6d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_apps/tks-service-mesh-dashboard-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ spec:
KEYCLOAK_NAMESPACE={{inputs.parameters.keycloak_namespace}}
SERVICE_DOMAIN={{inputs.parameters.service_domain}}
CLIENT_NAME={{inputs.parameters.client_name}}
CLIENT_ID=${REALMS}-${CLIENT_ID}
CLIENT_ID=${REALMS}-${CLIENT_NAME}
ADD_MAPPER={{inputs.parameters.add_mapper}}
kube_params=""
Expand Down

0 comments on commit f4e6d98

Please sign in to comment.