fix(fail2ban-exporter): switch bool to string #342
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue