Skip to content

Commit

Permalink
update(config): add aldo lacuku to cluster maintainers
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Jun 17, 2024
1 parent 64a3ad8 commit e034a33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/clusters/eks_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ variable "eks_users" {
userarn = "arn:aws:iam::292999226676:user/luca.guerra"
username = "luca.guerra"
groups = ["system:masters"]
},
{
userarn = "arn:aws:iam::292999226676:user/aldo.lacuku"
username = "aldo.lacuku"
groups = ["system:masters"]
}
]
}
Expand Down

0 comments on commit e034a33

Please sign in to comment.