|
1 | 1 | ## Codefresh Runner |
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 |
|
5 | 5 | Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes. |
6 | 6 |
|
@@ -52,6 +52,7 @@ helm repo update |
52 | 52 | global: |
53 | 53 | # -- User token in plain text (required if `global.codefreshTokenSecretKeyRef` is omitted!) |
54 | 54 | # Ref: https://g.codefresh.io/user/settings (see API Keys) |
| 55 | + # Minimal API key scopes: Runner-Installation(read+write), Agent(read+write), Agents(read+write) |
55 | 56 | codefreshToken: "" |
56 | 57 | # -- User token that references an existing secret containing API key (required if `global.codefreshToken` is omitted!) |
57 | 58 | codefreshTokenSecretKeyRef: {} |
@@ -898,7 +899,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http |
898 | 899 | | global.agentToken | string | `""` | DEPRECATED Agent token in plain text. !!! MUST BE provided if migrating from < 6.x chart version | |
899 | 900 | | global.agentTokenSecretKeyRef | object | `{}` | DEPRECATED Agent token that references an existing secret containing API key. !!! MUST BE provided if migrating from < 6.x chart version | |
900 | 901 | | global.codefreshHost | string | `"https://g.codefresh.io"` | URL of Codefresh Platform (required!) | |
901 | | -| global.codefreshToken | string | `""` | User token in plain text (required if `global.codefreshTokenSecretKeyRef` is omitted!) Ref: https://g.codefresh.io/user/settings (see API Keys) | |
| 902 | +| global.codefreshToken | string | `""` | User token in plain text (required if `global.codefreshTokenSecretKeyRef` is omitted!) Ref: https://g.codefresh.io/user/settings (see API Keys) Minimal API key scopes: Runner-Installation(read+write), Agent(read+write), Agents(read+write) | |
902 | 903 | | global.codefreshTokenSecretKeyRef | object | `{}` | User token that references an existing secret containing API key (required if `global.codefreshToken` is omitted!) | |
903 | 904 | | global.context | string | `""` | K8s context name (required!) | |
904 | 905 | | global.imagePullSecrets | list | `[]` | Global Docker registry secret names as array | |
|
0 commit comments