Add Self-hosted GitHub Enterprise Server URL to chart (#649)

Co-authored-by: Chris Bui <chrisbui@paypal.com>
This commit is contained in:
Chris Bui
2021-06-27 02:50:57 -05:00
committed by GitHub
parent 2703fa75d6
commit 127a9aa7c4
4 changed files with 9 additions and 1 deletions

View File

@@ -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 |