Fix crowdsec deployment on RedHat family version 7
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-12-16 09:29:33 +01:00
parent 2a48449792
commit 826c345aef
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 13 additions and 3 deletions

View file

@ -57,7 +57,7 @@ api:
# key_file: /etc/crowdsec/ssl/key.pem
{% endif %}
prometheus:
enabled: {{ crowdsec_prometheus.enabled }}
enabled: {{ crowdsec_prometheus.enabled | lower }}
level: full
listen_addr: 127.0.0.1
listen_port: 6060