diff --git a/docs/quickstart.md b/docs/quickstart.md index 55f80487..31a1059d 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -73,7 +73,7 @@ helm upgrade --install --namespace actions-runner-system --create-namespace\ ##### Deploy ARC ```shell -kubectl apply -f \ +kubectl create -f \ https://github.com/actions/actions-runner-controller/\ releases/download/v0.22.0/actions-runner-controller.yaml ``` @@ -89,7 +89,7 @@ kubectl create secret generic controller-manager \ ```` *note:- Replace REPLACE_YOUR_TOKEN_HERE with your PAT that was generated previously. - + 2️⃣ Create the GitHub self hosted runners and configure to run against your repository.