From def05dc7df64c194b09b938e79e749897b560eca Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Tue, 13 Feb 2024 20:03:39 -0600 Subject: [PATCH] use curlimages --- active/weather_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active/weather_report.yaml b/active/weather_report.yaml index c316a7f..44b945f 100644 --- a/active/weather_report.yaml +++ b/active/weather_report.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: weather-container - image: busybox + image: curlimages/curl command: ["sh", "-c", "curl 'wttr.in/peoria,il?format=3' >> /logs/weather.log"] volumeMounts: - name: logs-volume