Skip to content

Commit

Permalink
fix: Update ray for breaking change in upstream module for karpenter …
Browse files Browse the repository at this point in the history
…additional policies
  • Loading branch information
askulkarni2 authored Oct 11, 2023
2 parents 7935cd8 + 87a65e0 commit 873e1ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ai-ml/ray/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ module "karpenter" {
cluster_name = module.eks.cluster_name
irsa_oidc_provider_arn = module.eks.oidc_provider_arn
create_irsa = false # IRSA will be created by the kubernetes-addons module
iam_role_additional_policies = [module.karpenter_policy.arn]
iam_role_additional_policies = {
additional_policy = module.karpenter_policy.arn
}

tags = local.tags
}
Expand Down

0 comments on commit 873e1ce

Please sign in to comment.