docs: updating helm install command (#485)

This commit is contained in:
callum-tait-pbx
2021-04-27 01:12:30 +01:00
committed by GitHub
parent db45a375d0
commit 05fb8569b3

View File

@@ -53,7 +53,8 @@ kubectl apply -f https://github.com/summerwind/actions-runner-controller/release
```shell
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