Skip to content

Commit

Permalink
Updated repository to dest_repository for pilot images.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 5, 2023
1 parent 0a481b3 commit 4e214f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ resource "helm_release" "istiod" {
}
set {
name = "global.proxy.image"
value = module.images.images[local.pilot_key].repository
value = module.images.images[local.pilot_key].dest_repository
}
set {
name = "global.proxy_init.image"
value = module.images.images[local.pilot_key].repository
value = module.images.images[local.pilot_key].dest_repository
}

set {
Expand Down

0 comments on commit 4e214f8

Please sign in to comment.