mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 16:43:46 +01:00
fix: Wrong rolearn in aws_auth_configmap_yaml (#1820)
This commit is contained in:
@@ -309,7 +309,7 @@ locals {
|
||||
groups:
|
||||
- system:bootstrappers
|
||||
- system:nodes
|
||||
- rolearn: ${module.fargate_profile.fargate_profile_arn}
|
||||
- rolearn: ${module.fargate_profile.fargate_profile_pod_execution_role_arn}
|
||||
username: system:node:{{SessionName}}
|
||||
groups:
|
||||
- system:bootstrappers
|
||||
|
||||
Reference in New Issue
Block a user