fix anonymous poxy test

This commit is contained in:
Nikola Jokic 2025-11-20 20:00:47 +01:00
parent f10f1a72e0
commit 4b3d6d0afa
No known key found for this signature in database
GPG Key ID: 554517D3D15A5D2F
1 changed files with 1 additions and 1 deletions

View File

@ -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}" \