diff --git a/README.md b/README.md index 93d80279..fbe0c030 100644 --- a/README.md +++ b/README.md @@ -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