docs: updating helm install command (#485)
This commit is contained in:
parent
db45a375d0
commit
05fb8569b3
|
|
@ -53,7 +53,8 @@ kubectl apply -f https://github.com/summerwind/actions-runner-controller/release
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
helm repo add actions-runner-controller https://summerwind.github.io/actions-runner-controller
|
helm repo add actions-runner-controller https://summerwind.github.io/actions-runner-controller
|
||||||
helm upgrade --install -n actions-runner-system actions-runner-controller/actions-runner-controller
|
helm upgrade --install --namespace actions-runner-system --create-namespace \
|
||||||
|
--wait actions-runner-controller actions-runner-controller/actions-runner-controller
|
||||||
```
|
```
|
||||||
|
|
||||||
### GitHub Enterprise Support
|
### GitHub Enterprise Support
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue