Add Self-hosted GitHub Enterprise Server URL to chart (#649)
Lint and Test Charts / lint-test (push) Has been cancelled

Co-authored-by: Chris Bui <[email protected]>
This commit is contained in:
Chris Bui
2021-06-27 16:50:57 +09:00
committed by GitHub
co-authored by Chris Bui
parent 2703fa75d6
commit 127a9aa7c4
4 changed files with 9 additions and 1 deletions
@@ -14,6 +14,7 @@ _Default values are the defaults set in the charts values.yaml, some properties
| `replicaCount` | Set the number of controller pods | 1 |
| `syncPeriod` | Set the period in which the controler reconciles the desired runners count | 10m |
| `githubAPICacheDuration` | Set the cache period for API calls | |
| `githubEnterpriseServerURL` | Set the URL for a self-hosted GitHub Enterprise Server | |
| `logLevel` | Set the log level of the controller container | |
| `authSecret.create` | Deploy the controller auth secret | true |
| `authSecret.name` | Set the name of the auth secret | controller-manager |