From ff930de9710675c29ca1b6df3df65e8212ceada7 Mon Sep 17 00:00:00 2001 From: Eric Shen Date: Fri, 23 Feb 2024 13:45:57 +0800 Subject: [PATCH] fix: update the console init default config (#1147) Signed-off-by: ericsyh --- charts/sn-platform-slim/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sn-platform-slim/values.yaml b/charts/sn-platform-slim/values.yaml index 6a52c73ab..175d8b224 100644 --- a/charts/sn-platform-slim/values.yaml +++ b/charts/sn-platform-slim/values.yaml @@ -2051,7 +2051,7 @@ streamnative_console: DEFAULT_ORGANIZATION: "streamnative" # *required*: the instance name to display for the Pulsar clusters in SN console INSTANCE_NAME: "pulsar" - INIT_DEFAULT_ENVIRONMENT: false + INIT_DEFAULT_ENVIRONMENT: true BACKEND_DEFAULT_SUPER_USER_ROLE: "admin" # If you want to enable jwt authentication, please enable the following configuration # BACKEND_DEFAULT_SUPER_USER_ROLE: "pulsar-manager-admin"