Skip to content

Commit

Permalink
Update quickstart-for-actions-runner-controller.md
Browse files Browse the repository at this point in the history
we need to be auth first
  • Loading branch information
seilorjunior committed Sep 18, 2024
1 parent ac60b5f commit 0749748
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ In order to use ARC, ensure you have the following.
The following example installs the latest version of the chart. To install a specific version, you can pass the `--version` argument along with the version of the chart you wish to install. You can find the list of releases in the [GitHub Container Registry](https://github.com/actions/actions-runner-controller/pkgs/container/actions-runner-controller-charts%2Fgha-runner-scale-set-controller).

```bash copy
gh auth token | helm registry login ghcr.io -u propyless --password-stdin

NAMESPACE="arc-systems"
helm install arc \
--namespace "{% raw %}${NAMESPACE}{% endraw %}" \
Expand Down

0 comments on commit 0749748

Please sign in to comment.