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
```