Sync README from master

Signed-off-by: ibuler <ibuler@users.noreply.github.com>
This commit is contained in:
ibuler
2024-12-26 09:32:50 +00:00
parent 81fa3f339d
commit 5e900b5dec

View File

@@ -33,14 +33,15 @@ You can then run `helm search repo jumpserver` to see the charts.
--> -->
## [Documentation](https://docs.jumpserver.org/zh/master/install/setup_by_fast/)
```bash ```bash
wget https://raw.githubusercontent.com/jumpserver/helm-charts/main/charts/jumpserver/values.yaml wget https://raw.githubusercontent.com/jumpserver/helm-charts/main/charts/jumpserver/values.yaml
vi values.yaml vi values.yaml
``` ```
### install ### Install
```bash ```bash
helm install jms-k8s jumpserver/jumpserver -n default -f values.yaml helm install jms-k8s jumpserver/jumpserver -n default -f values.yaml
``` ```
### Docs
[Docs](https://github.com/jumpserver/helm-charts/tree/main/charts/jumpserver)