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
fix(templates): merge env blocks and add missing rate limit vars
- Combine REDIS_PASSWORD and extraEnv into a single env block in
deployment.yaml to prevent extraEnv from overwriting REDIS_PASSWORD
- Add missing INTROSPECT_RATE_LIMIT and INTROSPECT_RATE_LIMIT_BURST
to configmap.yaml that were defined in values.yaml but not rendered
- Add extraEnv support to metrics-leader deployment for consistency
- Clarify README example YAML comments to avoid confusion with ci/ files
0 commit comments