mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-04 09:45:14 -02:30
The cilium_enable_prometheus variable was defined in defaults and documented in sample inventory but never mapped to the Helm values template, making it a no-op. Add the prometheus.enabled field to values.yaml.j2 so that setting cilium_enable_prometheus: true correctly enables Prometheus metrics on the Cilium agent. Signed-off-by: Kay Yan <kay.yan@daocloud.io>