Skip to content

Commit

Permalink
re-trigger e2e
Browse files Browse the repository at this point in the history
Signed-off-by: KfreeZ <[email protected]>
  • Loading branch information
KfreeZ committed Sep 10, 2024
1 parent 5f606a9 commit abdc2b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ func applyRouterConfigToTemplates(step string, svcCfg *map[string]string, yamlFi
HttpProxy: (*svcCfg)["http_proxy"],
HttpsProxy: (*svcCfg)["https_proxy"],
GRAPH_JSON: (*svcCfg)["nodes"]}
_log.Info("Apply the config to router", "content", userDefinedCfg)
_log.V(1).Info("Apply the config to router", "content", userDefinedCfg)

tmpl, err := template.New("yamlTemplate").Parse(string(yamlFile))
if err != nil {
Expand Down

0 comments on commit abdc2b6

Please sign in to comment.