From 5be307ec62f75bb10f30ae64e7fcf3dae2ddfa12 Mon Sep 17 00:00:00 2001 From: Ritesh Khadgaray <7668569+ritzk@users.noreply.github.com> Date: Tue, 17 Jan 2023 18:13:08 -0500 Subject: [PATCH] Update installing-arc.md (#2162) --- docs/installing-arc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing-arc.md b/docs/installing-arc.md index 48ba95e..f57981a 100644 --- a/docs/installing-arc.md +++ b/docs/installing-arc.md @@ -22,5 +22,5 @@ Configure your values.yaml, see the chart's [README](../charts/actions-runner-co ```shell helm repo add actions-runner-controller https://actions-runner-controller.github.io/actions-runner-controller 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 ```