mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
remove redundent sentences
This commit is contained in:
parent
96820fb58f
commit
4a78e9efdb
|
|
@ -27,8 +27,6 @@ Please refer [here](./system_requirements.md) for the details of system requirem
|
|||
=== "Seafile Pro"
|
||||
|
||||
```sh
|
||||
kubectl create ns seafile
|
||||
|
||||
kubectl create secret generic seafile-secret --namespace seafile \
|
||||
--from-literal=JWT_PRIVATE_KEY='<required>' \
|
||||
--from-literal=SEAFILE_MYSQL_DB_PASSWORD='<required>' \
|
||||
|
|
@ -41,8 +39,6 @@ Please refer [here](./system_requirements.md) for the details of system requirem
|
|||
=== "Seafile CE"
|
||||
|
||||
```sh
|
||||
kubectl create ns seafile
|
||||
|
||||
kubectl create secret generic seafile-secret --namespace seafile \
|
||||
--from-literal=JWT_PRIVATE_KEY='<required>' \
|
||||
--from-literal=SEAFILE_MYSQL_DB_PASSWORD='<required>' \
|
||||
|
|
|
|||
Loading…
Reference in New Issue