rename maxShutdownTime to stop_grace_period

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-25 00:50:17 +01:00
parent b13cb77ce2
commit 5c444472c7
4 changed files with 15 additions and 16 deletions

View file

@ -20,7 +20,6 @@ sed -i "s|'||g" containers.yml
sed -i 's|production:|services:|' containers.yml
sed -i 's|restartPolicy:|restart:|' containers.yml
sed -i '/displayName:/d' containers.yml
sed -i 's|maxShutdownTime:|stop_grace_period:|' containers.yml
sed -i '/stop_grace_period:/s/$/s/' containers.yml
sed -i '/: \[\]/d' containers.yml
sed -i 's|- name: |- |' containers.yml