docs: fix the helm command for webhook installation (#1188)

* fix doc for install the webhook server

* modify cmd with single set && add double quote for zsh users
This commit is contained in:
yourmoonlight 2022-03-09 01:59:01 +08:00 committed by GitHub
parent 66e070f798
commit 132faa13a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -581,9 +581,9 @@ To enable this feature, you firstly need to install the webhook server, currentl
_[see the values documentation for all configuration options](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/charts/actions-runner-controller/README.md)_ _[see the values documentation for all configuration options](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/charts/actions-runner-controller/README.md)_
```console ```console
$ helm --upgrade install actions-runner-controller/actions-runner-controller \ $ helm upgrade --install --namespace actions-runner-system --create-namespace \
githubWebhookServer.enabled=true \ --wait actions-runner-controller actions-runner-controller/actions-runner-controller \
githubWebhookServer.ports[0].nodePort=33080 --set "githubWebhookServer.enabled=true,githubWebhookServer.ports[0].nodePort=33080"
``` ```
The above command will result in exposing the node port 33080 for Webhook events. Usually, you need to create an The above command will result in exposing the node port 33080 for Webhook events. Usually, you need to create an