mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-03-29 02:09:38 +08:00
Add multi-label support to scalesets (#4408)
This commit is contained in:
@@ -17,9 +17,6 @@ ARC_NAME="arc"
|
||||
ARC_NAMESPACE="arc-systems"
|
||||
|
||||
function install_arc() {
|
||||
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