fix anonymous poxy test
This commit is contained in:
parent
f10f1a72e0
commit
4b3d6d0afa
|
|
@ -41,7 +41,7 @@ function install_squid() {
|
|||
function install_scale_set() {
|
||||
echo "Installing scale set ${SCALE_SET_NAMESPACE}/${SCALE_SET_NAME}"
|
||||
|
||||
echo helm install "${SCALE_SET_NAME}" \
|
||||
helm install "${SCALE_SET_NAME}" \
|
||||
--namespace "${SCALE_SET_NAMESPACE}" \
|
||||
--create-namespace \
|
||||
--set githubConfigUrl="https://github.com/${TARGET_ORG}/${TARGET_REPO}" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue