Skip to content

Commit d9672db

Browse files
committed
preserve AccessConfig during AWSManagedControlPlane API conversions
1 parent 8c30e0e commit d9672db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controlplane/eks/api/v1beta1/conversion.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ func (r *AWSManagedControlPlane) ConvertTo(dstRaw conversion.Hub) error {
122122
dst.Spec.RolePermissionsBoundary = restored.Spec.RolePermissionsBoundary
123123
dst.Status.Version = restored.Status.Version
124124
dst.Spec.BootstrapSelfManagedAddons = restored.Spec.BootstrapSelfManagedAddons
125+
125126
return nil
126127
}
127128

0 commit comments

Comments
 (0)