commit | 199e80830d9815f5c7bb9d2943a770c21e74f5a4 | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周三 9月 22 13:52:58 2021 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周三 9月 22 13:52:58 2021 +0800 |
tree | 24d3ee673d717d29dba7094dc01f57597394a34a | |
parent | 0feeedf26d50ecfd89faed2985a179ac7a3a8a5f [diff] |
docs: 整理 chart 部署时,数据初始化脚本
diff --git "a/deploy-manifests/charts/1.2.0001.\350\256\244\350\257\201\346\216\210\346\235\203-\350\256\244\350\257\201\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\357\274\210\345\256\211\345\205\250\344\270\255\345\277\203\357\274\211.md" "b/deploy-manifests/charts/1.2.0001.\350\256\244\350\257\201\346\216\210\346\235\203-\350\256\244\350\257\201\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\357\274\210\345\256\211\345\205\250\344\270\255\345\277\203\357\274\211.md" index e30d9d0..7d9f486 100644 --- "a/deploy-manifests/charts/1.2.0001.\350\256\244\350\257\201\346\216\210\346\235\203-\350\256\244\350\257\201\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\357\274\210\345\256\211\345\205\250\344\270\255\345\277\203\357\274\211.md" +++ "b/deploy-manifests/charts/1.2.0001.\350\256\244\350\257\201\346\216\210\346\235\203-\350\256\244\350\257\201\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\357\274\210\345\256\211\345\205\250\344\270\255\345\277\203\357\274\211.md"
@@ -34,9 +34,9 @@ update TB_SERVICE set DELETED=1, - INFORMATION_URL='http://personal-security-center.paas.example.com', - LOGOUT_URL='http://personal-security-center.paas.example.com/slo?redirect_uri=http://security-center.paas.example.com/?clearCertification=clearCertification', - SERVICE_ID='http://personal-security-center.paas.example.com/cas/(.*)' + INFORMATION_URL='http://personal-security-center.paas.example.com/personal', + LOGOUT_URL='http://personal-security-center.paas.example.com/personal/slo?redirect_uri=http://security-center.paas.example.com/?clearCertification=clearCertification', + SERVICE_ID='http://personal-security-center.paas.example.com/personal/cas/(.*)' where ID='2'; -- todo, modify