From 36a0393ba5a6bdaed3491e48f03458da20c9c7b2 Mon Sep 17 00:00:00 2001 From: Shubhada Date: Thu, 8 Aug 2024 12:29:32 -0700 Subject: [PATCH] fixed the env --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index f3fb808ff7f..ea1b92f9c57 100644 --- a/env.example +++ b/env.example @@ -7,6 +7,6 @@ export AZURE_EXTENSION_DEV_SOURCES="$(pwd)/python" export CLUSTER_RESOURCEGROUP="${USER}-v4-$LOCATION" export CLUSTER_NAME="${USER}-aro-cluster" export CLUSTER_VNET="${USER}-aro-vnet" -ARO_IMAGE=arointsvc.azurecr.io/aro:latest +export ARO_IMAGE=arointsvc.azurecr.io/aro:latest . secrets/env \ No newline at end of file