From 1723790ae65490745a3b29f05072c6303c9290d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Tue, 14 Dec 2021 13:10:35 +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 --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e259642..be6bf90 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started. Once Helm is set up properly, add the repo as follows: -```console +```bash helm repo add jumpserver https://jumpserver.github.io/helm-charts helm repo list ``` @@ -26,3 +26,13 @@ You can then run `helm search repo jumpserver` to see the charts. ## Documentation [installer](https://docs.jumpserver.org/zh/master/install/setup_by_fast/) + +```bash +wget https://raw.githubusercontent.com/jumpserver/helm-charts/main/charts/jumpserver/values.yaml +vi values.yaml +``` + +### install +```bash +helm install jms-k8s jumpserver/jumpserver -n default -f values.yaml +```