Commit 520e46f4 by tingweiwang

Update update_configmap.sh

1 parent 18ef7e1b
Showing with 4 additions and 0 deletions
......@@ -17,7 +17,11 @@ git clone -b $configmap_branch git@gitlab.seetatech.com:tingweiwang/configmap-kp
if [ $2 == kpl ]; then
echo "###########执行ansible roles渲染configmap配置文件#############"
cd $seetaas_deploy_workspace && sh script/feature/update-config.sh ksy #该脚本调用三个roles,包括修改及创建kpl autodl的configmap模板。以及批量修改Makefile
fi
if [ $2 == gpuhub ]; then
cd $gpuhub_deploy_workspace && sh script/feature/update-config.sh ksy #该脚本调用三个roles,包括修改及创建kpl autodl的configmap模板。以及批量修改Makefile
fi
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!