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"