Skip to content

Commit

Permalink
Merge pull request #3 from vishalsaugat/add-policy-tags
Browse files Browse the repository at this point in the history
Added tags to resources
  • Loading branch information
vishalsaugat authored Jun 7, 2023
2 parents 3c8fa09 + def32b3 commit 750fe3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/kubernetes-addons/karpenter/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ locals {
name = local.name
chart = local.name
repository = "oci://public.ecr.aws/karpenter"
version = "v0.27.3"
version = "v0.27.5"
namespace = local.name
values = [
<<-EOT
settings:
aws:
clusterName: ${var.addon_context.eks_cluster_id}
tags: ${var.addon_context.tags}
clusterEndpoint: ${var.addon_context.aws_eks_cluster_endpoint}
defaultInstanceProfile: ${var.node_iam_instance_profile}
interruptionQueueName: ${try(aws_sqs_queue.this[0].name, "")}
Expand Down

0 comments on commit 750fe3f

Please sign in to comment.