doc: Fix chart name for helm commands in docs (#2287)

This commit is contained in:
Yusuke Kuoka
2023-02-16 07:09:23 +09:00
committed by GitHub
parent d9627141dc
commit f677fd5872
4 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ To fix this, you may either:
# With helm, you'd set `webhookPort` to the port number of your choice
# See https://github.com/actions/actions-runner-controller/pull/1410/files for more information
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 \
--set webhookPort=10250
```