Skip to content

Commit

Permalink
chore: map key ex -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Feb 16, 2022
1 parent ecbc621 commit 94c0309
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ module "vpc_cni_irsa" {
vpc_cni_enable_ipv4 = true
oidc_providers = {
ex = {
main = {
provider_arn = module.eks.oidc_provider_arn
namespace_service_accounts = ["kube-system:aws-node"]
}
Expand All @@ -270,7 +270,7 @@ module "karpenter_irsa" {
]
oidc_providers = {
ex = {
main = {
provider_arn = module.eks.oidc_provider_arn
namespace_service_accounts = ["karpenter:karpenter"]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/eks_managed_node_group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ module "vpc_cni_irsa" {
vpc_cni_enable_ipv6 = true

oidc_providers = {
ex = {
main = {
provider_arn = module.eks.oidc_provider_arn
namespace_service_accounts = ["kube-system:aws-node"]
}
Expand Down
4 changes: 2 additions & 2 deletions examples/irsa_autoscale_refresh/charts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "cluster_autoscaler_irsa" {
cluster_autoscaler_cluster_ids = [module.eks.cluster_id]

oidc_providers = {
ex = {
main = {
provider_arn = module.eks.oidc_provider_arn
namespace_service_accounts = ["kube-system:cluster-autoscaler-aws"]
}
Expand Down Expand Up @@ -144,7 +144,7 @@ module "node_termination_handler_irsa" {
node_termination_handler_sqs_queue_arns = [module.aws_node_termination_handler_sqs.sqs_queue_arn]

oidc_providers = {
ex = {
main = {
provider_arn = module.eks.oidc_provider_arn
namespace_service_accounts = ["kube-system:aws-node-termination-handler"]
}
Expand Down

0 comments on commit 94c0309

Please sign in to comment.