|
1 | 1 | # gitops-runtime
|
2 | 2 |
|
3 |
| -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | A Helm chart for Codefresh gitops runtime
|
6 | 6 |
|
@@ -123,13 +123,9 @@ A Helm chart for Codefresh gitops runtime
|
123 | 123 | | event-reporters.workflow.sensor.replicas | int | `1` | |
|
124 | 124 | | event-reporters.workflow.sensor.resources | object | `{}` | |
|
125 | 125 | | event-reporters.workflow.serviceAccount.create | bool | `true` | |
|
126 |
| -| 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 | |
| 126 | +| global.codefresh | object | `{"accountId":"","apiEventsPath":"/2.0/api/events","url":"https://g.codefresh.io","userToken":{"secretKeyRef":{},"token":""}}` | Codefresh platform and account-related settings | |
127 | 127 | | global.codefresh.accountId | string | `""` | Codefresh Account ID. |
|
128 | 128 | | global.codefresh.apiEventsPath | string | `"/2.0/api/events"` | Events API endpoint URL suffix. |
|
129 |
| -| 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. | |
130 |
| -| 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. | |
131 |
| -| global.codefresh.gitIntegration.provider.apiUrl | string | `"https://api.github.com"` | Provider API URL. Example for GitHub, https://api.github.com. | |
132 |
| -| global.codefresh.gitIntegration.provider.name | string | `"GITHUB"` | Name of the Git provider: BITBUCKET, BITBUCKET_SERVER, GITHUB, GITLAB | |
133 | 129 | | global.codefresh.url | string | `"https://g.codefresh.io"` | URL of Codefresh platform. |
|
134 | 130 | | 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. |
|
135 | 131 | | global.codefresh.userToken.secretKeyRef | object | `{}` | User token that references an existing secret containing the token. |
|
|
0 commit comments