Skip to content
Snippets Groups Projects
Commit 483f1d2c authored by ml's avatar ml Committed by Kubernetes Prow Robot
Browse files

Calico felix - Fix jinja2 boolean condition (#4348)

* Fix jinja2 boolean condition

* Convert all felix variable to booleans instead.
parent 1babba75
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,10 @@ calicoctl_memory_requests: 32M
calicoctl_cpu_requests: 250m
# Enable Prometheus Metrics endpoint for felix
calico_felix_prometheusmetricsenabled: "false"
calico_felix_prometheusmetricsenabled: false
calico_felix_prometheusmetricsport: 9091
calico_felix_prometheusgometricsenabled: "true"
calico_felix_prometheusprocessmetricsenabled: "true"
calico_felix_prometheusgometricsenabled: true
calico_felix_prometheusprocessmetricsenabled: true
### check latest version https://github.com/projectcalico/calico-upgrade/releases
calico_upgrade_enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment