From 61c8d5452705d08d6c0a286e8c0ac1f7bc2928a9 Mon Sep 17 00:00:00 2001 From: Mo Khan Date: Thu, 10 Mar 2022 09:08:40 -0500 Subject: [PATCH] Fix typo in concierge deploy step --- hack/prepare-for-integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/prepare-for-integration-tests.sh b/hack/prepare-for-integration-tests.sh index 6965d0c7..5d74f98f 100755 --- a/hack/prepare-for-integration-tests.sh +++ b/hack/prepare-for-integration-tests.sh @@ -352,7 +352,7 @@ else --data-value "api_group_suffix=$api_group_suffix" \ --data-value "log_level=$log_level" \ --data-value-yaml "custom_labels=$concierge_custom_labels" \ - --data-value "image_repo=$image_repo" \ + --data-value "image_repo=$registry_repo" \ --data-value "image_tag=$tag" \ --data-value "discovery_url=$discovery_url" >"$manifest"