mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-24 01:28:27 +02:00
initial commit
This commit is contained in:
@@ -5,8 +5,13 @@ metadata:
|
||||
namespace: kube-system
|
||||
data:
|
||||
mapRoles: |
|
||||
- rolearn: ${role_arn}
|
||||
- rolearn: ${worker_role_arn}
|
||||
username: system:node:{{EC2PrivateDNSName}}
|
||||
groups:
|
||||
- system:bootstrappers
|
||||
- system:nodes
|
||||
${map_roles}
|
||||
mapUsers: |
|
||||
${map_users}
|
||||
mapAccounts: |
|
||||
${map_accounts}
|
||||
|
||||
Reference in New Issue
Block a user