From 62639c89be69486864b10b230f8d0c970903c1c6 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Thu, 28 Nov 2024 12:37:14 +0100 Subject: [PATCH] fix(fail2ban-exporter): switch bool to string --- fail2ban-exporter/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban-exporter/deployment.yaml b/fail2ban-exporter/deployment.yaml index 787f9ea..e19e644 100644 --- a/fail2ban-exporter/deployment.yaml +++ b/fail2ban-exporter/deployment.yaml @@ -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