Changes to folder structure to allow multigroups and changed go mod name (#2105)
* Changed folder structure to allow multi group registration * included actions.github.com directory for resources and controllers * updated go module to actions/actions-runner-controller * publish arc packages under actions-runner-controller * Update charts/actions-runner-controller/docs/UPGRADING.md Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ The helm command (in the QuickStart guide) installs the custom resources into th
|
||||
```console
|
||||
helm install -f custom-values.yaml --wait --namespace actions-runner-system \
|
||||
--create-namespace actions-runner-controller \
|
||||
actions-runner-controller/actions-runner-controller
|
||||
actions/actions-runner-controller
|
||||
```
|
||||
|
||||
### Runner deployment
|
||||
|
||||
Reference in New Issue
Block a user