This commit is contained in:
Christian Bruckmayer 2025-10-09 22:24:36 -04:00 committed by GitHub
commit 61d31106de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,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
```
@ -92,7 +92,7 @@ kubectl create secret generic controller-manager \
````
<sub> *note:- Replace REPLACE_YOUR_TOKEN_HERE with your PAT that was generated previously.</sub>
</details>
2⃣ Create the GitHub self hosted runners and configure to run against your repository.