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:
Paweł Maciusiak
2025-08-14 13:53:57 +02:00
committed by GitHub
parent 15f1961dd5
commit aca1bb1408

View File

@@ -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