From 28d42a9917ec39cbde66eba6eaf212c5a7b57b3e Mon Sep 17 00:00:00 2001 From: Ansgar Schulte <1299623+ansgarschulte@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:32:56 +0200 Subject: [PATCH] chore: reformat table --- charts/steadybit-platform/README.md | 42 ++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/charts/steadybit-platform/README.md b/charts/steadybit-platform/README.md index 052005b..adb2f3a 100644 --- a/charts/steadybit-platform/README.md +++ b/charts/steadybit-platform/README.md @@ -41,27 +41,27 @@ $ helm show values steadybit-platform The following table lists the configurable parameters of the steadybit platform chart and their default values. -| Key | Type | Default | Description | -|------------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| affinity | object | `{}` | Affinities to influence platform pod assignment. | -| image.name | string | `"docker.steadybit.io/steadybit/platform"` | The container image to use of the steadybit platform. | -| image.pullPolicy | string | `"Always"` | Specifies when to pull the image container. | -| image.tag | string | `"latest"` | Tag name of the platform container image to use. | -| ingress | object | `{"annotations":null,"enabled":true,"hosts":[]}` | Ingress configuration properties | -| nodeSelector | object | `{}` | Node labels for pod assignment | -| platform.env | array | `[{"name:", "STEADYBIT_AUTH_PROVIDER", "value": "static"},{"name":"STEADYBIT_AUTH_STATIC_0_PASSWORD", "value": "{noop}admin"},{"name":"STEADYBIT_AUTH_STATIC_0_USERNAME", "value":"admin"}]` | Use this to set additional environment variables See https://docs.steadybit.io/installation-platform/3-advanced-configuration. | -| platform.extraLabels | object | `{}` | Additional labels | -| platform.tenant.key | string | `"onprem"` | Name for the tenant assigned to you. | -| platform.tenant.agentKey | string | `nil` | The secret token which your agent uses to authenticate to steadybit's servers. Get it from https://platform.steadybit.io/settings/agents/setup. | -| platform.tenant.name | string | `"onprem"` | Key for the tenant assigned to you. | -| platform.tenant.license | string | `nil` | Key for the tenant assigned to you. | -| platform.uiPort | int | `80` | (internal) Web-UI port for the user interface. | -| platform.websocketPort | int | `7878` | (internal) Websocket port for communication between platform and agents. | -| platform.publicWebsocketPort | int | `80` | The public port used for experiments - Use this if the agent access the websocket via ingress or a reverse proxy, that serves websocket and http traffic using the same port | -| platform.service.type | string | `NodePort` | Service Type to use for the platform | -| podAnnotations | object | `{}` | Additional annotations to be added to the platform pod. | -| serviceAccount.create | bool | `true` | Specifies whether a ServiceAccount should be created. | -| tolerations | list | `[]` | Tolerations to influence platform pod assignment. | +| Key | Type | Default | Description | +|------------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| affinity | object | `{}` | Affinities to influence platform pod assignment. | +| image.name | string | `"docker.steadybit.io/steadybit/platform"` | The container image to use of the steadybit platform. | +| image.pullPolicy | string | `"Always"` | Specifies when to pull the image container. | +| image.tag | string | `"latest"` | Tag name of the platform container image to use. | +| ingress | object | `{"annotations":null,"enabled":true,"hosts":[]}` | Ingress configuration properties | +| nodeSelector | object | `{}` | Node labels for pod assignment | +| platform.env | array | `[{"name:", "STEADYBIT_AUTH_PROVIDER", "value": "static"},{"name":"STEADYBIT_AUTH_STATIC_0_PASSWORD", "value": "{noop}admin"},{"name":"STEADYBIT_AUTH_STATIC_0_USERNAME", "value":"admin"}]` | Use this to set additional environment variables See https://docs.steadybit.io/installation-platform/3-advanced-configuration. | +| platform.extraLabels | object | `{}` | Additional labels | +| platform.tenant.key | string | `"onprem"` | Name for the tenant assigned to you. | +| platform.tenant.agentKey | string | `nil` | The secret token which your agent uses to authenticate to steadybit's servers. Get it from https://platform.steadybit.io/settings/agents/setup. | +| platform.tenant.name | string | `"onprem"` | Key for the tenant assigned to you. | +| platform.tenant.license | string | `nil` | Key for the tenant assigned to you. | +| platform.uiPort | int | `80` | (internal) Web-UI port for the user interface. | +| platform.websocketPort | int | `7878` | (internal) Websocket port for communication between platform and agents. | +| platform.publicWebsocketPort | int | `80` | The public port used for experiments - Use this if the agent access the websocket via ingress or a reverse proxy, that serves websocket and http traffic using the same port | +| platform.service.type | string | `NodePort` | Service Type to use for the platform | +| podAnnotations | object | `{}` | Additional annotations to be added to the platform pod. | +| serviceAccount.create | bool | `true` | Specifies whether a ServiceAccount should be created. | +| tolerations | list | `[]` | Tolerations to influence platform pod assignment. | ### YAML file