From 1f8567ee45e8285eea44f204ba456d0db5f8d9aa Mon Sep 17 00:00:00 2001 From: Diego Braga Date: Wed, 18 Jun 2025 12:21:55 +0200 Subject: [PATCH] feat: update config.json --- chart/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index cbeba00..b7766e1 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -100,4 +100,5 @@ config: EVENTS_PUSH_API_BASE_URL: http://localhost:8083 EVENTS_API_BASE_URL: http://localhost:8083 SMITHERY_API_BASE_URL: http://localhost:8088 - INIT: /call?resource=navmenus&apiVersion=widgets.templates.krateo.io/v1beta1&name=sidebar-nav-menu&namespace=krateo-system \ No newline at end of file + INIT: /call?resource=navmenus&apiVersion=widgets.templates.krateo.io/v1beta1&name=sidebar-nav-menu&namespace=krateo-system + ROUTES_LOADER: /call?resource=routesloaders&apiVersion=widgets.templates.krateo.io/v1beta1&name=routes-loader&namespace=krateo-system \ No newline at end of file