Skip to content

Commit

Permalink
changed registry to dest_registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 5, 2023
1 parent 2260236 commit 31f036e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 31f036e

Please sign in to comment.