diff --git a/manual/setup/helm_chart_single_node.md b/manual/setup/helm_chart_single_node.md index 9880e3d1..5f920825 100644 --- a/manual/setup/helm_chart_single_node.md +++ b/manual/setup/helm_chart_single_node.md @@ -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='' \ --from-literal=SEAFILE_MYSQL_DB_PASSWORD='' \ @@ -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='' \ --from-literal=SEAFILE_MYSQL_DB_PASSWORD='' \