Skip to content

Commit

Permalink
Fix kubeconfig var name (#2539)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Kotas <[email protected]>

Signed-off-by: Petr Kotas <[email protected]>
  • Loading branch information
petrkotas authored Nov 11, 2022
1 parent b40a5f6 commit 19e59aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
set -o pipefail
. secrets/env
export HIVEKUBECONFIGPATH="secrets/e2e-aks-kubeconfig"
export HIVE_KUBE_CONFIG_PATH="secrets/e2e-aks-kubeconfig"
az account set -s $AZURE_SUBSCRIPTION_ID
Expand Down

0 comments on commit 19e59aa

Please sign in to comment.