rancher jenkins 自动化发布

1、hostportnode 一、deploy.shgit #!/bin/sh source /etc/profiledocker projectName=$1 namespace=$2 replicas=$3 image=$4 containerPort=$5 hostPort=$6api eval "cat <<EOF $(< deploymentTemplate.yml) EOF "  >
相关文章
相关标签/搜索