Revert "dics: typo (#1063)" (#1080)

This reverts commit 48af148297.
This commit is contained in:
Callum Tait 2022-01-28 22:28:44 +00:00 committed by GitHub
parent 48af148297
commit 6ac125f060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ kubectl apply -f https://github.com/summerwind/actions-runner-controller/release
### Github Enterprise support
If you use either Github Enterprise Cloud or Server (and have recent enough version supporting Actions), you can use **actions-runner-controller** with those, too. Authentication works same way as with public Github (repo and organization level).
If you use either Github Enterprise Cloud or Server (and have recent enought version supporting Actions), you can use **actions-runner-controller** with those, too. Authentication works same way as with public Github (repo and organization level).
```shell
kubectl set env deploy controller-manager -c manager GITHUB_ENTERPRISE_URL=<GHEC/S URL> --namespace actions-runner-system