up timeout
This commit is contained in:
@ -20,7 +20,7 @@ runs:
|
||||
steps:
|
||||
- run: |
|
||||
curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f -
|
||||
werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=60s
|
||||
werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=600s
|
||||
shell: bash
|
||||
env:
|
||||
POD_NAME: ${{ inputs.service_name }}
|
||||
|
||||
Reference in New Issue
Block a user