mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-21 00:01:18 +02:00
forgot to add templates
This commit is contained in:
12
templates/config-map-aws-auth.yaml.tpl
Normal file
12
templates/config-map-aws-auth.yaml.tpl
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: aws-auth
|
||||
namespace: kube-system
|
||||
data:
|
||||
mapRoles: |
|
||||
- rolearn: ${role_arn}
|
||||
username: system:node:{{EC2PrivateDNSName}}
|
||||
groups:
|
||||
- system:bootstrappers
|
||||
- system:nodes
|
||||
Reference in New Issue
Block a user