From 130d87351131f3e3eaa1cadd3312ed03f33c004c Mon Sep 17 00:00:00 2001 From: Petr Kotas Date: Tue, 30 Aug 2022 15:19:29 +0200 Subject: [PATCH] Add huveconfigpath variable to e2e Signed-off-by: Petr Kotas --- .pipelines/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pipelines/e2e.yml b/.pipelines/e2e.yml index 0a6cb5963..c1167206b 100644 --- a/.pipelines/e2e.yml +++ b/.pipelines/e2e.yml @@ -38,6 +38,7 @@ jobs: set -o pipefail . secrets/env + export HIVEKUBECONFIGPATH="secrets/e2e-aks-kubeconfig" az account set -s $AZURE_SUBSCRIPTION_ID