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" && \
|
||||
pip install requests && \
|
||||
echo "Fetching temperature" && \
|
||||
python /scripts/temperature_fetcher.py && \
|
||||
python /scripts/temperature_fetcher.py
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue