From 31f036eb0ac965a5f32d23c633a3e1c89b9c94e9 Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Tue, 5 Sep 2023 14:17:34 -0400 Subject: [PATCH] changed registry to dest_registry. --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 7c5a84b..c9fa24b 100644 --- a/main.tf +++ b/main.tf @@ -33,7 +33,7 @@ resource "helm_release" "istiod" { } set { name = "global.hub" - value = module.images.images[local.pilot_key].registry + value = module.images.images[local.pilot_key].dest_registry } set { name = "global.proxy.image"