mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-03-28 00:54:17 +08:00
Add multi-label support to scalesets (#4408)
This commit is contained in:
@@ -22,9 +22,6 @@ function install_arc() {
|
||||
return 1
|
||||
}
|
||||
|
||||
echo "Creating namespace ${ARC_NAMESPACE}"
|
||||
kubectl create namespace "${SCALE_SET_NAMESPACE}"
|
||||
|
||||
echo "Installing ARC"
|
||||
helm install "${ARC_NAME}" \
|
||||
--namespace "${ARC_NAMESPACE}" \
|
||||
|
||||
Reference in New Issue
Block a user