Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Aug 20, 2024
1 parent 77b3115 commit 87ce2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copy_images.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
karpenter_key = format("%v#%v", "karpenter/controller", var.karpenter_tag)
kubectl_key = format("%v#%v", "kubectl", var.kubectl_tag)
kubectl_key = format("%v#%v", "bitnami/kubectl", var.kubectl_tag)

image_config = [
{
Expand All @@ -15,7 +15,7 @@ locals {
{
enabled = true
dest_path = null
name = "kubectl"
name = "bitnami/kubectl"
source_image = "bitnami/kubectl"
source_registry = "docker.io"
source_tag = var.kubectl_tag
Expand Down

0 comments on commit 87ce2ce

Please sign in to comment.