From a36e7d8f3073a3d26177778fb7583250e67a50dd Mon Sep 17 00:00:00 2001 From: Alexandre Chapellon Date: Thu, 14 Mar 2024 14:25:29 +0100 Subject: [PATCH] add metrics server --- .github/workflows/helm-enterprise.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 7fc9be489..173673774 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -82,9 +82,10 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.13.1 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@OPSEXP-2524 with: ingress-nginx-ref: controller-v1.8.2 + with-metrics: "true" - name: Set nginx ingress config run: >-