use curlimages

This commit is contained in:
Waylon Walker 2024-02-13 20:03:39 -06:00
parent 50a9bc1c51
commit def05dc7df
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -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