Execute 2nd command as well
This commit is contained in:
parent
f4670aa471
commit
b6f9a818af
@ -47,9 +47,9 @@ spec:
|
|||||||
args:
|
args:
|
||||||
- pip install -r /etc/octodns/requirements.txt
|
- pip install -r /etc/octodns/requirements.txt
|
||||||
- "&&"
|
- "&&"
|
||||||
- octodns-sync
|
- octodns-sync --config-file /etc/octodns/config.yaml
|
||||||
- --config-file
|
- "&&"
|
||||||
- /etc/octodns/config.yaml
|
- echo "done"
|
||||||
#- --doit
|
#- --doit
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: octodns-config
|
- name: octodns-config
|
||||||
@ -59,4 +59,3 @@ spec:
|
|||||||
- name: octodns-config
|
- name: octodns-config
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user