Skip to content

Commit

Permalink
some debu info for ocp routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 25, 2024
1 parent e6eea86 commit cfd44a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions microservices/kubeApi/clients/ocp_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ def prepare_apply_routes(ns, select_tag, hosts, root_path, data_plane, ns_templa
templ_version = ns_template_version
if overrides and 'aps.route.session.cookie.enabled' in overrides and host in overrides['aps.route.session.cookie.enabled']:
templ_version = 'v1'
else:
logger.debug("[%s] %s No override applied %s", select_tag, hosts, str(overrides))

route_template = ROUTES[templ_version]["ROUTE"]

Expand Down

0 comments on commit cfd44a2

Please sign in to comment.