mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
add REDIS_PASSWORD literal in helm secretmap
This commit is contained in:
parent
681fb4cc2e
commit
e6ab2c79f9
|
|
@ -36,6 +36,7 @@ After installation, you need to start the k8s control plane service on each node
|
|||
--from-literal=SEAFILE_MYSQL_DB_PASSWORD='<required>' \
|
||||
--from-literal=INIT_SEAFILE_ADMIN_PASSWORD='<required>' \
|
||||
--from-literal=INIT_SEAFILE_MYSQL_ROOT_PASSWORD='<required>' \
|
||||
--from-literal=REDIS_PASSWORD='' \
|
||||
--from-literal=S3_SECRET_KEY='' \
|
||||
--from-literal=S3_SSE_C_KEY=''
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue