|
1 | 1 | # gitops-runtime
|
2 | 2 |
|
3 |
| -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | A Helm chart for Codefresh gitops runtime
|
6 | 6 |
|
@@ -106,13 +106,13 @@ A Helm chart for Codefresh gitops runtime
|
106 | 106 | | event-reporters.workflow.sensor.replicas | int | `1` | |
|
107 | 107 | | event-reporters.workflow.sensor.resources | object | `{}` | |
|
108 | 108 | | event-reporters.workflow.serviceAccount.create | bool | `true` | |
|
109 |
| -| global.codefresh | object | `{"accountId":"","apiEventsPath":"/2.0/api/events","gitIntegration":{"provider":{"apiUrl":null,"name":null}},"url":"https://g.codefresh.io","userToken":{"secretKeyRef":{},"token":""}}` | Codefresh platform and account-related settings | |
| 109 | +| global.codefresh | object | `{"accountId":"","apiEventsPath":"/2.0/api/events","gitIntegration":{"provider":{"apiUrl":"https://api.github.com","name":"GITHUB"}},"url":"https://g.codefresh.io","userToken":{"secretKeyRef":{},"token":""}}` | Codefresh platform and account-related settings | |
110 | 110 | | global.codefresh.accountId | string | `""` | Codefresh Account ID. |
|
111 | 111 | | global.codefresh.apiEventsPath | string | `"/2.0/api/events"` | Events API endpoint URL suffix. |
|
112 |
| -| global.codefresh.gitIntegration | object | `{"provider":{"apiUrl":null,"name":null}}` | Git integration for this runtime. Requires the Git provider name and the provider's API URL. | |
113 |
| -| global.codefresh.gitIntegration.provider | object | `{"apiUrl":null,"name":null}` | The Git provider to use. We currently support GitHub, GitLab, Bitbucket Server, and Bitbucket Cloud. | |
114 |
| -| global.codefresh.gitIntegration.provider.apiUrl | string | `nil` | Provider API URL. Example for GitHub, https://api.github.com. | |
115 |
| -| global.codefresh.gitIntegration.provider.name | string | `nil` | Name of the Git provider: github, gitlab, bitbucket-server, or bitbucket-cloud. | |
| 112 | +| global.codefresh.gitIntegration | object | `{"provider":{"apiUrl":"https://api.github.com","name":"GITHUB"}}` | Git integration for this runtime. Requires the Git provider name and the provider's API URL. | |
| 113 | +| global.codefresh.gitIntegration.provider | object | `{"apiUrl":"https://api.github.com","name":"GITHUB"}` | The Git provider to use. We currently support GitHub, GitLab, Bitbucket Server, and Bitbucket Cloud. | |
| 114 | +| global.codefresh.gitIntegration.provider.apiUrl | string | `"https://api.github.com"` | Provider API URL. Example for GitHub, https://api.github.com. | |
| 115 | +| global.codefresh.gitIntegration.provider.name | string | `"GITHUB"` | Name of the Git provider: BITBUCKET, BITBUCKET_SERVER, GITHUB, GITLAB | |
116 | 116 | | global.codefresh.url | string | `"https://g.codefresh.io"` | URL of Codefresh platform. |
|
117 | 117 | | global.codefresh.userToken | object | `{"secretKeyRef":{},"token":""}` | User token. Used for runtime registration against the patform. One of token (for plain text value) or secretKeyRef must be provided. |
|
118 | 118 | | global.codefresh.userToken.secretKeyRef | object | `{}` | User token that references an existing secret containing the token. |
|
|
0 commit comments