Update installing-arc.md (#2162)

This commit is contained in:
Ritesh Khadgaray 2023-01-17 18:13:08 -05:00 committed by GitHub
parent ee71ff14bd
commit 5be307ec62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ Configure your values.yaml, see the chart's [README](../charts/actions-runner-co
```shell
helm repo add actions-runner-controller https://actions-runner-controller.github.io/actions-runner-controller
helm upgrade --install --namespace actions-runner-system --create-namespace \
--wait actions-runner-controller actions/actions-runner-controller
--wait actions-runner-controller actions-runner-controller/actions-runner-controller
```