Skip to content

Commit

Permalink
docs: fix install installation method (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementlecorre committed Jan 29, 2021
1 parent 6c64ae6 commit da020df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da020df

Please sign in to comment.