fix cronjob command

This commit is contained in:
Waylon S. Walker 2024-09-25 09:16:51 -05:00
parent 4795ae0185
commit 83b7186430

View file

@ -26,7 +26,7 @@ spec:
echo "Installing dependencies" && \
pip install requests && \
echo "Fetching temperature" && \
python /scripts/temperature_fetcher.py && \
python /scripts/temperature_fetcher.py
resources:
requests:
cpu: "100m"