Calico felix - Fix jinja2 boolean condition (#4348)
* Fix jinja2 boolean condition * Convert all felix variable to booleans instead.
This commit is contained in:
parent
1babba753d
commit
483f1d2ca0
1 changed files with 3 additions and 3 deletions
|
@ -35,10 +35,10 @@ calicoctl_memory_requests: 32M
|
||||||
calicoctl_cpu_requests: 250m
|
calicoctl_cpu_requests: 250m
|
||||||
|
|
||||||
# Enable Prometheus Metrics endpoint for felix
|
# Enable Prometheus Metrics endpoint for felix
|
||||||
calico_felix_prometheusmetricsenabled: "false"
|
calico_felix_prometheusmetricsenabled: false
|
||||||
calico_felix_prometheusmetricsport: 9091
|
calico_felix_prometheusmetricsport: 9091
|
||||||
calico_felix_prometheusgometricsenabled: "true"
|
calico_felix_prometheusgometricsenabled: true
|
||||||
calico_felix_prometheusprocessmetricsenabled: "true"
|
calico_felix_prometheusprocessmetricsenabled: true
|
||||||
|
|
||||||
### check latest version https://github.com/projectcalico/calico-upgrade/releases
|
### check latest version https://github.com/projectcalico/calico-upgrade/releases
|
||||||
calico_upgrade_enabled: true
|
calico_upgrade_enabled: true
|
||||||
|
|
Loading…
Reference in a new issue