fix cronjob command
This commit is contained in:
parent
4795ae0185
commit
83b7186430
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
echo "Installing dependencies" && \
|
echo "Installing dependencies" && \
|
||||||
pip install requests && \
|
pip install requests && \
|
||||||
echo "Fetching temperature" && \
|
echo "Fetching temperature" && \
|
||||||
python /scripts/temperature_fetcher.py && \
|
python /scripts/temperature_fetcher.py
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue