From da020df0fdef8ecd55b118a93543f21e49a49c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= <16559029+clementlecorre@users.noreply.github.com> Date: Fri, 29 Jan 2021 01:28:34 +0100 Subject: [PATCH] docs: fix install installation method (#275) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba44e118..f78a9c86 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ actions-runner-controller uses [cert-manager](https://cert-manager.io/docs/insta Install the custom resource and actions-runner-controller itself. This will create actions-runner-system namespace in your Kubernetes and deploy the required resources. ``` -kubectl apply -f https://github.com/summerwind/actions-runner-controller/releases/latest/download/actions-runner-controller.yaml +helm repo add runner https://summerwind.github.io/actions-runner-controller +helm install -n actions-runner-system runner runner/actions-runner-controller ``` ### Github Enterprise support