From 132faa13a17de67388a9927e5f55f6d12a8e89fa Mon Sep 17 00:00:00 2001 From: yourmoonlight Date: Wed, 9 Mar 2022 01:59:01 +0800 Subject: [PATCH] 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe4668e8..d5e886f3 100644 --- a/README.md +++ b/README.md @@ -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)_ ```console -$ helm --upgrade install actions-runner-controller/actions-runner-controller \ - githubWebhookServer.enabled=true \ - githubWebhookServer.ports[0].nodePort=33080 +$ helm upgrade --install --namespace actions-runner-system --create-namespace \ + --wait actions-runner-controller actions-runner-controller/actions-runner-controller \ + --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