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
| controller.annotations | object |`{}`| Additional annotations to add to the controller Deployment metadata |
84
86
| controller.auth.mode | string |`"unsecure"`||
85
87
| controller.auth.userIdClaim | string |`""`||
86
88
| controller.env | list |`[]`||
@@ -308,6 +310,7 @@ A Helm chart for kagent, built with Google ADK
308
310
| tag | string |`""`||
309
311
| tolerations | list |`[]`| Node taints which will be tolerated for `Pod`[scheduling](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/). |
310
312
| ui.additionalForwardedHeaders | list |`[]`| Additional request headers (beyond Authorization) the UI proxy will forward to the backend. Names are case-insensitive. Hop-by-hop headers (Connection, Transfer-Encoding, etc.) are silently dropped. |
313
+
| ui.annotations | object |`{}`| Additional annotations to add to the UI Deployment metadata |
0 commit comments