This commit is contained in:
marsal wang
2021-12-29 18:23:23 +08:00
parent a5ad28939e
commit 0b58095a3b
3 changed files with 6 additions and 5 deletions

View File

@ -39,8 +39,9 @@ mysql -uroot -pgkxl650 zd_rescue < ./zd_rescue.sql
```
cd rabbitmq && helm dependency update && cd ..
helm upgrade -i rabbitmq rabbitmq/ --set auth.password="123456" --values local-values/rabbitmq/crm1.yaml -n crm1
helm upgrade -i rabbitmq rabbitmq/ --set auth.password="gkxl650" --set auth.erlangCookie='gkxl650' --values local-values/rabbitmq/crm1.yaml -n crm1
```