This commit is contained in:
marsal wang
2021-12-24 12:40:30 +08:00
parent d4a09594d2
commit 99c56e88fe
14 changed files with 904 additions and 11547 deletions

View File

@ -21,3 +21,14 @@ helm upgrade -i nfs-client-provisioner-209 nfs-subdir-external-provisioner/ --v
地址: https://hub.fastgit.org/bitnami/charts
dev 环境配置
```
cd mysql && helm dependency update && cd ..
helm upgrade -i mysql-crm1 mysql/ --values local-values/mysql/crm1.yaml -n crm1
cd /bitnami/mysql/
mysql -uroot -pgkxl650 zd_rescue < ./zd_rescue.sql
```