From 24b1dbc133d4fef4aef9e90f7f983869f6c827f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Fri, 8 Apr 2022 18:41:42 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/jumpserver/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/jumpserver/values.yaml b/charts/jumpserver/values.yaml index 4e36db1..61fcee0 100644 --- a/charts/jumpserver/values.yaml +++ b/charts/jumpserver/values.yaml @@ -20,8 +20,8 @@ global: imagePullSecrets: [] storageClass: "" -## If the MySQL database included in the chart is disabled, JumpServer will -## use below parameters to connect to an external MySQL server. +## Please configure your MySQL server first +## Jumpserver will not start the external MySQL server. ## externalDatabase: engine: mysql @@ -31,8 +31,8 @@ externalDatabase: password: "" database: jumpserver -## If the Redis database included in the chart is disabled, JumpServer will -## use below parameters to connect to an external Redis server. +## Please configure your Redis server first +## Jumpserver will not start the external Redis server. ## externalRedis: host: localhost