Skip to content

Commit

Permalink
Merge pull request #3322 from pydctw/remove-meta-clustername
Browse files Browse the repository at this point in the history
Remove .metadata.clusterName usage
  • Loading branch information
k8s-ci-robot committed Mar 17, 2022
2 parents 14af7f6 + 3c03d59 commit 5d4cd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/services/eks/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func (s *Service) translateAPIToAddon(addons []ekscontrolplanev1.Addon) []*eksad
convertedAddon := &eksaddons.EKSAddon{
Name: &addon.Name,
Version: &addon.Version,
Tags: ngTags(s.scope.Cluster.ClusterName, s.scope.AdditionalTags()),
Tags: ngTags(s.scope.Cluster.Name, s.scope.AdditionalTags()),
ResolveConflict: convertConflictResolution(*addon.ConflictResolution),
ServiceAccountRoleARN: addon.ServiceAccountRoleArn,
}
Expand Down

0 comments on commit 5d4cd12

Please sign in to comment.