Skip to content

Commit 7276dbb

Browse files
committed
update helm docs
1 parent 77b1ad0 commit 7276dbb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deploy/charts/backend/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ See [values.yaml](values.yaml) for the full list of configurable parameters.
2727
| backend.apiexportEndpointSliceName | string | `""` | APIExport EndpointSlice name to watch |
2828
| backend.clusterScopeIsolation | string | `"prefix"` | Cluster-scope isolation mode. Options: none, prefix, namespaced |
2929
| backend.consumerScope | string | `"namespaced"` | Consumer scope. Options: "namespaced" |
30+
| backend.context | string | `""` | The name of the kubeconfig context to use |
3031
| backend.cookieEncryptionKey | string | `""` | Cookie encryption key (base64 encoded). Empty generates random key on each start (not for production!) |
3132
| backend.cookieSigningKey | string | `""` | Cookie signing key (base64 encoded). Empty generates random key on each start (not for production!) |
3233
| backend.externalAddress | string | `""` | External address clients use to reach the backend |
3334
| backend.externalServerName | string | `""` | External server name for TLS SNI |
3435
| backend.extraArgs | list | `[]` | Extra command-line arguments to pass to the backend |
3536
| backend.frontendDisabled | bool | `false` | Disable the frontend UI |
37+
| backend.kubeconfig | string | `""` | Path to a kubeconfig file. Only required if out-of-cluster |
3638
| backend.listenAddress | string | `"0.0.0.0:8080"` | Address the backend listens on |
3739
| backend.loggingLevel | int | `2` | Logging verbosity level |
3840
| backend.multiclusterRuntimeProvider | string | `""` | Multicluster runtime provider (e.g., "kcp") |

0 commit comments

Comments
 (0)