mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-29 05:31:46 +02:00
fix: Wrong rolearn in aws_auth_configmap_yaml (#1820)
This commit is contained in:
@@ -27,7 +27,7 @@ data:
|
||||
- system:bootstrappers
|
||||
- system:nodes
|
||||
%{ endfor ~}
|
||||
%{ for role in fargate_profile_arns ~}
|
||||
%{ for role in fargate_profile_pod_execution_role_arns ~}
|
||||
- rolearn: ${role}
|
||||
username: system:node:{{SessionName}}
|
||||
groups:
|
||||
|
||||
Reference in New Issue
Block a user