From ddf91ca1f4fd3430a25b99ece76546ce3b7c3fe5 Mon Sep 17 00:00:00 2001 From: Gerd Oberlechner Date: Mon, 13 Jan 2025 10:00:24 +0100 Subject: [PATCH] remove aks metrics enablement from GH action (#1088) as of https://github.com/Azure/ARO-HCP/pull/1078 AKS metrics enablement is not managed via bicep Signed-off-by: Gerd Oberlechner --- .github/workflows/environment-infra-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/environment-infra-cd.yml b/.github/workflows/environment-infra-cd.yml index 65c365ce43..c42c14970f 100644 --- a/.github/workflows/environment-infra-cd.yml +++ b/.github/workflows/environment-infra-cd.yml @@ -150,4 +150,4 @@ - name: 'Deploy rest' run: | cd dev-infrastructure/ - PRINCIPAL_ID=${{ secrets.GHA_PRINCIPAL_ID }} make mgmt.aks.admin-access mgmt.enable-aks-metrics + PRINCIPAL_ID=${{ secrets.GHA_PRINCIPAL_ID }} make mgmt.aks.admin-access