You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated Helm chart README with apiServerEndpoint configuration
- Added installation example with custom API endpoint
- Documented use case with kube-oidc-proxy
Co-authored-by: illume <9541+illume@users.noreply.github.com>
This is particularly useful with managed Kubernetes clusters (like EKS) when using [kube-oidc-proxy](https://github.com/jetstack/kube-oidc-proxy) to handle OIDC authentication.
| config.inCluster | bool |`true`| Run Headlamp in-cluster |
85
+
| config.apiServerEndpoint| string |`""`| Custom Kubernetes API server endpoint (overrides default in-cluster endpoint). Useful when requests need to pass through a proxy like kube-oidc-proxy. |
86
+
| config.baseURL | string |`""`| Base URL path for Headlamp UI |
87
+
| config.pluginsDir | string |`"/headlamp/plugins"`| Directory to load Headlamp plugins from |
88
+
| config.enableHelm | bool |`false`| Enable Helm operations like install, upgrade and uninstall of Helm charts |
89
+
| config.extraArgs | array |`[]`| Additional arguments for Headlamp server |
90
+
| config.tlsCertPath | string |`""`| Certificate for serving TLS |
91
+
| config.tlsKeyPath | string |`""`| Key for serving TLS |
0 commit comments