Add env test

This commit is contained in:
Nikola Jokic
2023-12-05 14:11:12 +01:00
parent 20c8c49046
commit 82d4ab8936
11 changed files with 32 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ function install_arc() {
--create-namespace \
--set image.repository="${IMAGE_NAME}" \
--set image.tag="${IMAGE_TAG}" \
${ROOT_DIR}/charts/gha-rynner-scale-set-controller \
${ROOT_DIR}/charts/gha-runner-scale-set-controller \
--debug
if ! NAME="${ARC_NAME}" NAMESPACE="${ARC_NAMESPACE}" wait_for_arc; then