mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
OPSEXP-3437 Increase ingress creation timeout for setup-kind action (#4741)
* OPSEXP-3437 Increase ingress creation timeout * Update .github/actions/deploy-local-acs/action.yml
This commit is contained in:
3
.github/actions/deploy-local-acs/action.yml
vendored
3
.github/actions/deploy-local-acs/action.yml
vendored
@@ -36,9 +36,10 @@ runs:
|
|||||||
password: ${{ inputs.quay_password }}
|
password: ${{ inputs.quay_password }}
|
||||||
|
|
||||||
- name: Setup cluster
|
- name: Setup cluster
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.28.1
|
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.31.0
|
||||||
with:
|
with:
|
||||||
ingress-nginx-ref: controller-v1.8.2
|
ingress-nginx-ref: controller-v1.8.2
|
||||||
|
ingress-creation-timeout: 180s
|
||||||
|
|
||||||
- name: Set nginx ingress config
|
- name: Set nginx ingress config
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user