try with local directory

This commit is contained in:
2024-01-11 18:26:37 +01:00
parent 268a9f3a7a
commit a354464f6e
2 changed files with 5 additions and 3 deletions

View File

@@ -46,9 +46,11 @@ spec:
command: ["/bin/sh", "-c"]
args:
- >-
pip install -r /etc/octodns/requirements.txt
cd /etc/octodns
&&
octodns-sync --config-file /etc/octodns/config.yaml
pip install -r ./requirements.txt
&&
octodns-sync --config-file ./config.yaml
&&
echo "done"
#- --doit