fix(fail2ban-exporter): switch bool to string
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Tom Neuber 2024-11-28 12:37:14 +01:00
parent 549f93b21d
commit 62639c89be
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -39,7 +39,7 @@ spec:
- name: GEOIP_EXPORTER_ADDRESS
value: :9191
- name: GEOIP_ENABLE_EXPORTER
value: true
value: "true"
- name: GEOIP_DATA_URL
value: https://data.neuber.io/data.csv
image: git.ar21.de/yolokube/country-geo-locations:latest