mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
remove redundent sentences
This commit is contained in:
parent
fccd560030
commit
f3d78b2175
|
|
@ -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=DB_PASSWORD='<required>' \
|
||||
|
|
@ -39,8 +37,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=DB_PASSWORD='<required>' \
|
||||
|
|
|
|||
Loading…
Reference in New Issue