Replaced 'kubectl apply' with 'kubectl create' in README (#1728)
- Updated as per issue 1317 - Version bump so that folks copy/pasting get the latest version https://github.com/actions-runner-controller/actions-runner-controller/ issues/1317
This commit is contained in:
parent
56b26fd751
commit
4a5a85fd61
|
|
@ -84,8 +84,8 @@ After installing cert-manager, install the custom resource definitions and actio
|
|||
**Kubectl Deployment:**
|
||||
|
||||
```shell
|
||||
# REPLACE "v0.22.0" with the version you wish to deploy
|
||||
kubectl apply -f https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.22.0/actions-runner-controller.yaml
|
||||
# REPLACE "v0.25.2" with the version you wish to deploy
|
||||
kubectl create -f https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.25.2/actions-runner-controller.yaml
|
||||
```
|
||||
|
||||
**Helm Deployment:**
|
||||
|
|
|
|||
Loading…
Reference in New Issue