fix: Wrong rolearn in aws_auth_configmap_yaml (#1820)

This commit is contained in:
Kaji
2022-02-02 03:21:51 +09:00
committed by GitHub
parent b38124bd54
commit 776009d74b
5 changed files with 12 additions and 6 deletions

View File

@@ -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